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

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

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

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

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

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