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

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

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

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

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

Methods in org.apache.abdera.i18n.rfc4646.enums that return Region
 Region Region.getPreferred()
           
static Region Region.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Region Region.valueOf(Subtag subtag)
           
static Region[] Region.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.