Uses of Enum Class
com.esprow.oapi.repository.IncludeFile
-
Uses of IncludeFile in com.esprow.oapi.repository
Modifier and TypeFieldDescriptionstatic final List<IncludeFile>
IncludeFile.VALUES
A public read-only list of all the 'Include File' enumerators.Modifier and TypeMethodDescriptionstatic IncludeFile
IncludeFile.get
(int value) Returns the 'Include File' literal with the specified integer value.static IncludeFile
Returns the 'Include File' literal with the specified literal value.static IncludeFile
Returns the 'Include File' literal with the specified name.static IncludeFile
Returns 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.