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 Language
Options. getSchemaLanguage()
Language
Options. guessSchemaLanguage()
Guesses the schema language.static Language
Language. valueOf(java.lang.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 void
Options. setSchemaLanguage(Language _schemaLanguage)
-