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