Uses of Class
org.apiguardian.api.API.Status
-
-
Uses of API.Status in org.apiguardian.api
Methods in org.apiguardian.api that return API.Status Modifier and Type Method Description API.Status
status()
The current status of the API.static API.Status
API.Status. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static API.Status[]
API.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-