Uses of Class
org.opends.server.types.StabilityLevel
-
Packages that use StabilityLevel Package Description org.opends.server.types Contains implementations for a number of Directory Server data types. -
-
Uses of StabilityLevel in org.opends.server.types
Methods in org.opends.server.types that return StabilityLevel Modifier and Type Method Description StabilityLevel
stability()
Retrieves the stability level for the associated class or method.static StabilityLevel
StabilityLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static StabilityLevel[]
StabilityLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-