Uses of Enum Class
com.esprow.oapi.repository.Unbounded
-
Uses of Unbounded in com.esprow.oapi.repository
Modifier and TypeFieldDescriptionUnbounded.VALUES
A public read-only list of all the 'Unbounded' enumerators.Modifier and TypeMethodDescriptionstatic Unbounded
Unbounded.get
(int value) Returns the 'Unbounded' literal with the specified integer value.static Unbounded
Returns the 'Unbounded' literal with the specified literal value.static Unbounded
Returns the 'Unbounded' literal with the specified name.static Unbounded
Returns the enum constant of this class with the specified name.static Unbounded[]
Unbounded.values()
Returns an array containing the constants of this enum class, in the order they are declared.