Uses of Enum Class
com.esprow.oapi.repository.Unbounded
Packages that use Unbounded
-
Uses of Unbounded in com.esprow.oapi.repository
Fields in com.esprow.oapi.repository with type parameters of type UnboundedModifier and TypeFieldDescriptionUnbounded.VALUES
A public read-only list of all the 'Unbounded' enumerators.Methods in com.esprow.oapi.repository that return UnboundedModifier 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.