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.VALUESA public read-only list of all the 'Unbounded' enumerators.Methods in com.esprow.oapi.repository that return UnboundedModifier and TypeMethodDescriptionstatic UnboundedUnbounded.get(int value) Returns the 'Unbounded' literal with the specified integer value.static UnboundedReturns the 'Unbounded' literal with the specified literal value.static UnboundedReturns the 'Unbounded' literal with the specified name.static UnboundedReturns 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.