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