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.VALUESA public read-only list of all the 'Cat Component Type' enumerators.Methods in com.esprow.oapi.repository that return CatComponentTypeModifier and TypeMethodDescriptionstatic CatComponentTypeCatComponentType.get(int value) Returns the 'Cat Component Type' literal with the specified integer value.static CatComponentTypeReturns the 'Cat Component Type' literal with the specified literal value.static CatComponentTypeReturns the 'Cat Component Type' literal with the specified name.OapiCategory.getComponentType()Returns a type of the category components.static CatComponentTypeReturns 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 TypeMethodDescriptionvoidOapiCategory.setComponentType(CatComponentType value) Set a type of the category components.