Modifier and Type | Method and Description |
---|---|
static Options.Multiplicity |
Options.Multiplicity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Options.Multiplicity[] |
Options.Multiplicity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
ExclusiveConstraint.add(OptionSet optionSet,
Options.Multiplicity multiplicity,
java.lang.String... keys)
Add a constraint to the given option 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,
Options.Multiplicity multiplicity)
Add the given option to the set.
|
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,
Options.Multiplicity multiplicity)
Add the given option to all known sets.
|
Options |
Options.setDefault(Options.Multiplicity defaultMultiplicity)
Define the default to use for the multiplicity for options.
|