Uses of Enum Class
com.esprow.oapi.repository.IncludeFile
Packages that use IncludeFile
-
Uses of IncludeFile in com.esprow.oapi.repository
Fields in com.esprow.oapi.repository with type parameters of type IncludeFileModifier and TypeFieldDescriptionstatic final List<IncludeFile>IncludeFile.VALUESA public read-only list of all the 'Include File' enumerators.Methods in com.esprow.oapi.repository that return IncludeFileModifier and TypeMethodDescriptionstatic IncludeFileIncludeFile.get(int value) Returns the 'Include File' literal with the specified integer value.static IncludeFileReturns the 'Include File' literal with the specified literal value.static IncludeFileReturns the 'Include File' literal with the specified name.static IncludeFileReturns the enum constant of this class with the specified name.static IncludeFile[]IncludeFile.values()Returns an array containing the constants of this enum class, in the order they are declared.