Package | Description |
---|---|
enums |
This package includes enum classes that hold some basic parameters of the application.
|
Modifier and Type | Method and Description |
---|---|
static ProgramParameters |
ProgramParameters.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProgramParameters[] |
ProgramParameters.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|