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

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

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

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

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

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