Uses of Class
CountryCode

Uses of CountryCode in <Unnamed>
 

Methods in <Unnamed> that return CountryCode
static CountryCode CountryCode.getByCode(int code)
          Get a CountryCode that corresponds to a given ISO 3166-1 numeric code.
static CountryCode CountryCode.getByCode(java.lang.String code)
          Get a CountryCode that corresponds to a given ISO 3166-1 alpha-2 or alpha-3 code.
static CountryCode CountryCode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CountryCode[] CountryCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.