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.VALUESA public read-only list of all the 'Cat Include File' enumerators.Methods in com.esprow.oapi.repository that return CatIncludeFileModifier and TypeMethodDescriptionstatic CatIncludeFileCatIncludeFile.get(int value) Returns the 'Cat Include File' literal with the specified integer value.static CatIncludeFileReturns the 'Cat Include File' literal with the specified literal value.static CatIncludeFileReturns the 'Cat Include File' literal with the specified name.OapiCategory.getIncludeFile()Returns a type of an included file.static CatIncludeFileReturns 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 TypeMethodDescriptionvoidOapiCategory.setIncludeFile(CatIncludeFile value) Set a type of an included file.