Uses of Enum
ml.options.Options.Separator
-
Uses of Options.Separator in ml.options
Subclasses with type arguments of type Options.Separator in ml.optionsModifier and TypeClassDescriptionstatic enumAn enum encapsulating the possible separators between value options and their actual values.Methods in ml.options that return Options.SeparatorModifier and TypeMethodDescriptionstatic Options.SeparatorReturns the enum constant of this type with the specified name.static Options.Separator[]Options.Separator.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.SeparatorModifier and TypeMethodDescriptionOptions.setDefault(Options.Separator defaultValueSeparator) Define the default to use for the separator for value options.Options.setDefault(Options.Separator defaultValueSeparator, Options.Separator defaultDetailSeparator) Define the defaults to use for the separators for value and detail options.