Uses of Class
com.sun.tools.xjc.Language

Packages that use Language
com.sun.tools.xjc Schema to Java compiler 
 

Uses of Language in com.sun.tools.xjc
 

Methods in com.sun.tools.xjc that return Language
 Language Options.getSchemaLanguage()
           
 Language Options.guessSchemaLanguage()
          Guesses the schema language.
static Language Language.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Language[] Language.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.tools.xjc with parameters of type Language
 void Options.setSchemaLanguage(Language _schemaLanguage)