Uses of Class
org.apache.abdera.i18n.rfc4646.enums.Language

Packages that use Language
org.apache.abdera.i18n.rfc4646   
org.apache.abdera.i18n.rfc4646.enums   
 

Uses of Language in org.apache.abdera.i18n.rfc4646
 

Constructors in org.apache.abdera.i18n.rfc4646 with parameters of type Language
Subtag(Language language)
          Create a Subtag
 

Uses of Language in org.apache.abdera.i18n.rfc4646.enums
 

Methods in org.apache.abdera.i18n.rfc4646.enums that return Language
 Language Language.getPreferred()
           
static Language Language.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Language Language.valueOf(Subtag subtag)
           
static Language[] Language.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.