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 SpecVersionOptions. targetGenerates 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 SpecVersionSpecVersion. LATESTMethods in com.sun.tools.xjc.api that return SpecVersion Modifier and Type Method Description static SpecVersionSpecVersion. parse(String token)Parses "2.0", "2.1", and "2.2" into theSpecVersionobject.static SpecVersionSpecVersion. 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 booleanSpecVersion. isLaterThan(SpecVersion t)Returns true if this version is equal or later than the given one.voidSchemaCompiler. 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 voidSchemaCompilerImpl. setTargetVersion(SpecVersion version)
-