|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OptionData.Type in ml.options |
---|
Methods in ml.options that return OptionData.Type | |
---|---|
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. |
Methods in ml.options with parameters of type OptionData.Type | |
---|---|
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |