Uses of Enum Class
com.esprow.oapi.repository.PurposeEnum
-
Uses of PurposeEnum in com.esprow.oapi.repository
Modifier and TypeFieldDescriptionstatic final List<PurposeEnum>
PurposeEnum.VALUES
A public read-only list of all the 'Purpose Enum' enumerators.Modifier and TypeMethodDescriptionstatic PurposeEnum
PurposeEnum.get
(int value) Returns the 'Purpose Enum' literal with the specified integer value.static PurposeEnum
Returns the 'Purpose Enum' literal with the specified literal value.static PurposeEnum
Returns the 'Purpose Enum' literal with the specified name.static PurposeEnum
Returns the enum constant of this class with the specified name.static PurposeEnum[]
PurposeEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.