Uses of Enum
ml.options.Options.Prefix
-
Uses of Options.Prefix in ml.options
Methods in ml.options that return Options.PrefixModifier and TypeMethodDescriptionstatic Options.Prefix
Returns the enum constant of this type with the specified name.static Options.Prefix[]
Options.Prefix.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.PrefixModifier and TypeMethodDescriptionOptions.setDefault
(Options.Prefix defaultPrefix) Define the default to use for the option prefix.Options.setDefault
(Options.Prefix defaultPrefix, Options.Prefix defaultAltPrefix) Define the defaults to use for the option prefixes.