Uses of Class
jdbm.I18n

Packages that use I18n
jdbm Simplified public API corresponding to GDBM APIs. 
 

Uses of I18n in jdbm
 

Methods in jdbm that return I18n
static I18n I18n.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static I18n[] I18n.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in jdbm with parameters of type I18n
static String I18n.err(I18n err, Object... args)
          Translate an error code with argument(s)
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.