Modifier and Type | Method and Description |
---|---|
static Options.Separator |
Options.Separator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Options.Separator[] |
Options.Separator.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.Separator defaultValueSeparator)
Define the default to use for the separator for value options.
|
Options |
Options.setDefault(Options.Separator defaultValueSeparator,
Options.Separator defaultDetailSeparator)
Define the defaults to use for the separators for value and detail options.
|