Uses of Class
ml.options.Options.Prefix

Uses of Options.Prefix in ml.options
 

Methods in ml.options that return Options.Prefix
static Options.Prefix Options.Prefix.valueOf(java.lang.String name)
          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.Prefix
 Options Options.setDefault(Options.Prefix defaultPrefix)
          Define the default to use for the option prefix.
 Options Options.setDefault(Options.Prefix defaultPrefix, Options.Prefix defaultAltPrefix)
          Define the defaults to use for the option prefixes.