Uses of Enum Class
com.esprow.oapi.repository.DatatypeStandardEnum
-
Uses of DatatypeStandardEnum in com.esprow.oapi.repository
Modifier and TypeFieldDescriptionstatic final List<DatatypeStandardEnum>
DatatypeStandardEnum.VALUES
A public read-only list of all the 'Datatype Standard Enum' enumerators.Modifier 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.