Uses of Class
ml.options.OptionData.Type
-
-
Uses of OptionData.Type in ml.options
Methods in ml.options that return OptionData.Type Modifier and Type Method Description static OptionData.TypeOptionData.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 Modifier and Type Method Description OptionDataOptionSet. addOption(OptionData.Type type, java.lang.String key)Add the given option to the set.OptionDataOptionSet. addOption(OptionData.Type type, java.lang.String key, java.lang.String altKey)Add the given option to the set.OptionDataOptionSet. addOption(OptionData.Type type, java.lang.String key, java.lang.String altKey, Options.Multiplicity multiplicity)Add the given option to the set.OptionDataOptionSet. addOption(OptionData.Type type, java.lang.String key, Options.Multiplicity multiplicity)Add the given option to the set.voidOptions. addOptionAllSets(OptionData.Type type, java.lang.String key)Add the given option to all known sets.voidOptions. addOptionAllSets(OptionData.Type type, java.lang.String key, java.lang.String altKey)Add the given option to all known sets.voidOptions. addOptionAllSets(OptionData.Type type, java.lang.String key, java.lang.String altKey, Options.Multiplicity multiplicity)Add the given option to all known sets.voidOptions. addOptionAllSets(OptionData.Type type, java.lang.String key, Options.Multiplicity multiplicity)Add the given option to all known sets.
-