Uses of Enum
ml.options.Options.Multiplicity
-
Uses of Options.Multiplicity in ml.options
Methods in ml.options that return Options.MultiplicityModifier and TypeMethodDescriptionstatic Options.Multiplicity
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.Methods in ml.options with parameters of type Options.MultiplicityModifier and TypeMethodDescriptionstatic void
ExclusiveConstraint.add
(OptionSet optionSet, Options.Multiplicity multiplicity, String... keys) Add a constraint to the given option setOptionSet.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, 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.Options.setDefault
(Options.Multiplicity defaultMultiplicity) Define the default to use for the multiplicity for options.