Modifier and Type | Method and Description |
---|---|
static Options.Prefix |
Options.Prefix.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Options.Prefix[] |
Options.Prefix.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Options |
Options.setDefault(Options.Prefix defaultPrefix)
Define the default to use for the option prefix.
|
Options |
Options.setDefault(Options.Prefix defaultPrefix,
Options.Prefix defaultAltPrefix)
Define the defaults to use for the option prefixes.
|