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