Modifier and Type | Method and Description |
---|---|
static OptionData.Type |
OptionData.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OptionData.Type[] |
OptionData.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OptionData |
OptionSet.addOption(OptionData.Type type,
java.lang.String key)
Add the given option to the set.
|
OptionData |
OptionSet.addOption(OptionData.Type type,
java.lang.String key,
Options.Multiplicity multiplicity)
Add the given option to the set.
|
OptionData |
OptionSet.addOption(OptionData.Type type,
java.lang.String key,
java.lang.String altKey)
Add the given option to the set.
|
OptionData |
OptionSet.addOption(OptionData.Type type,
java.lang.String key,
java.lang.String altKey,
Options.Multiplicity multiplicity)
Add the given option to the set.
|
void |
Options.addOptionAllSets(OptionData.Type type,
java.lang.String key)
Add the given option to all known sets.
|
void |
Options.addOptionAllSets(OptionData.Type type,
java.lang.String key,
Options.Multiplicity multiplicity)
Add the given option to all known sets.
|
void |
Options.addOptionAllSets(OptionData.Type type,
java.lang.String key,
java.lang.String altKey)
Add the given option to all known sets.
|
void |
Options.addOptionAllSets(OptionData.Type type,
java.lang.String key,
java.lang.String altKey,
Options.Multiplicity multiplicity)
Add the given option to all known sets.
|