Uses of Class
org.jaudiotagger.tag.reference.ISOCountry.Country

Packages that use ISOCountry.Country
org.jaudiotagger.tag.reference   
 

Uses of ISOCountry.Country in org.jaudiotagger.tag.reference
 

Fields in org.jaudiotagger.tag.reference with type parameters of type ISOCountry.Country
private static java.util.Map<java.lang.String,ISOCountry.Country> ISOCountry.codeMap
           
private static java.util.Map<java.lang.String,ISOCountry.Country> ISOCountry.descriptionMap
           
 

Methods in org.jaudiotagger.tag.reference that return ISOCountry.Country
static ISOCountry.Country ISOCountry.getCountryByCode(java.lang.String code)
           
static ISOCountry.Country ISOCountry.getCountryByDescription(java.lang.String description)
           
static ISOCountry.Country ISOCountry.Country.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ISOCountry.Country[] ISOCountry.Country.values()
          Returns an array containing the constants of this enum type, in the order they are declared.