Uses of Class
bin.Converter.Format

Packages that use Converter.Format
bin   
 

Uses of Converter.Format in bin
 

Methods in bin that return Converter.Format
static Converter.Format Converter.determineFormat(java.lang.String arg)
          Analyze the format string
static Converter.Format Converter.Format.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Converter.Format[] Converter.Format.values()
          Returns an array containing the constants of this enum type, in the order they are declared.