Uses of Enum Class
com.esprow.oapi.repository.CatComponentType
-
Uses of CatComponentType in com.esprow.oapi.repository
Modifier and TypeFieldDescriptionstatic final List<CatComponentType>
CatComponentType.VALUES
A public read-only list of all the 'Cat Component Type' enumerators.Modifier and TypeMethodDescriptionstatic CatComponentType
CatComponentType.get
(int value) Returns the 'Cat Component Type' literal with the specified integer value.static CatComponentType
Returns the 'Cat Component Type' literal with the specified literal value.static CatComponentType
Returns the 'Cat Component Type' literal with the specified name.OapiCategory.getComponentType()
Returns a type of the category components.static CatComponentType
Returns the enum constant of this class with the specified name.static CatComponentType[]
CatComponentType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
OapiCategory.setComponentType
(CatComponentType value) Set a type of the category components.