Uses of Class
com.sun.tools.xjc.api.SpecVersion
-
Packages that use SpecVersion Package Description com.sun.tools.xjc Schema to Java compilercom.sun.tools.xjc.api API for programmatic invocation of XJC and schemagen.com.sun.tools.xjc.api.impl.s2j implementation of the XJC API for schema to java. -
-
Uses of SpecVersion in com.sun.tools.xjc
Fields in com.sun.tools.xjc declared as SpecVersion Modifier and Type Field Description SpecVersion
Options. target
Generates output for the specified version of the runtime. -
Uses of SpecVersion in com.sun.tools.xjc.api
Fields in com.sun.tools.xjc.api declared as SpecVersion Modifier and Type Field Description static SpecVersion
SpecVersion. LATEST
Methods in com.sun.tools.xjc.api that return SpecVersion Modifier and Type Method Description static SpecVersion
SpecVersion. parse(String token)
Parses "2.0", "2.1", and "2.2" into theSpecVersion
object.static SpecVersion
SpecVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpecVersion[]
SpecVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.tools.xjc.api with parameters of type SpecVersion Modifier and Type Method Description boolean
SpecVersion. isLaterThan(SpecVersion t)
Returns true if this version is equal or later than the given one.void
SchemaCompiler. setTargetVersion(SpecVersion version)
Specifies the target spec version for this compilaion. -
Uses of SpecVersion in com.sun.tools.xjc.api.impl.s2j
Methods in com.sun.tools.xjc.api.impl.s2j with parameters of type SpecVersion Modifier and Type Method Description void
SchemaCompilerImpl. setTargetVersion(SpecVersion version)
-