Uses of Enum Class
com.esprow.oapi.repository.DatatypeStandardEnum
Packages that use DatatypeStandardEnum
-
Uses of DatatypeStandardEnum in com.esprow.oapi.repository
Fields in com.esprow.oapi.repository with type parameters of type DatatypeStandardEnumModifier and TypeFieldDescriptionstatic final List<DatatypeStandardEnum>
DatatypeStandardEnum.VALUES
A public read-only list of all the 'Datatype Standard Enum' enumerators.Methods in com.esprow.oapi.repository that return DatatypeStandardEnumModifier and TypeMethodDescriptionstatic DatatypeStandardEnum
DatatypeStandardEnum.get
(int value) Returns the 'Datatype Standard Enum' literal with the specified integer value.static DatatypeStandardEnum
Returns the 'Datatype Standard Enum' literal with the specified literal value.static DatatypeStandardEnum
Returns the 'Datatype Standard Enum' literal with the specified name.static DatatypeStandardEnum
Returns the enum constant of this class with the specified name.static DatatypeStandardEnum[]
DatatypeStandardEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.