Uses of Enum Class
com.esprow.oapi.repository.CatComponentType
Packages that use CatComponentType
-
Uses of CatComponentType in com.esprow.oapi.repository
Fields in com.esprow.oapi.repository with type parameters of type CatComponentTypeModifier and TypeFieldDescriptionstatic final List<CatComponentType>
CatComponentType.VALUES
A public read-only list of all the 'Cat Component Type' enumerators.Methods in com.esprow.oapi.repository that return CatComponentTypeModifier 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.Methods in com.esprow.oapi.repository with parameters of type CatComponentTypeModifier and TypeMethodDescriptionvoid
OapiCategory.setComponentType
(CatComponentType value) Set a type of the category components.