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

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

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

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

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

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