Uses of Class
com.sun.tools.xjc.Language
-
Packages that use Language Package Description 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 Modifier and Type Method Description LanguageOptions. getSchemaLanguage()LanguageOptions. guessSchemaLanguage()Guesses the schema language.static LanguageLanguage. 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 Modifier and Type Method Description voidOptions. setSchemaLanguage(Language _schemaLanguage)
-