Uses of Enum Class
com.esprow.oapi.repository.CatIncludeFile
Packages that use CatIncludeFile
-
Uses of CatIncludeFile in com.esprow.oapi.repository
Fields in com.esprow.oapi.repository with type parameters of type CatIncludeFileModifier and TypeFieldDescriptionstatic final List<CatIncludeFile>
CatIncludeFile.VALUES
A public read-only list of all the 'Cat Include File' enumerators.Methods in com.esprow.oapi.repository that return CatIncludeFileModifier 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.Methods in com.esprow.oapi.repository with parameters of type CatIncludeFileModifier and TypeMethodDescriptionvoid
OapiCategory.setIncludeFile
(CatIncludeFile value) Set a type of an included file.