Uses of Enum
ml.options.OptionData.Type
-
Uses of OptionData.Type in ml.options
Methods in ml.options that return OptionData.TypeModifier and TypeMethodDescriptionstatic OptionData.Type
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.TypeModifier and TypeMethodDescriptionOptionSet.addOption
(OptionData.Type type, String key) Add the given option to the set.OptionSet.addOption
(OptionData.Type type, String key, String altKey) Add the given option to the set.OptionSet.addOption
(OptionData.Type type, String key, String altKey, Options.Multiplicity multiplicity) Add the given option to the set.OptionSet.addOption
(OptionData.Type type, String key, Options.Multiplicity multiplicity) Add the given option to the set.void
Options.addOptionAllSets
(OptionData.Type type, String key) Add the given option to all known sets.void
Options.addOptionAllSets
(OptionData.Type type, String key, String altKey) Add the given option to all known sets.void
Options.addOptionAllSets
(OptionData.Type type, String key, String altKey, Options.Multiplicity multiplicity) Add the given option to all known sets.void
Options.addOptionAllSets
(OptionData.Type type, String key, Options.Multiplicity multiplicity) Add the given option to all known sets.