Uses of Class
com.sun.tools.xjc.api.SpecVersion

Packages that use SpecVersion
com.sun.tools.xjc Schema to Java compiler 
com.sun.tools.xjc.api API for programatic 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
 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
static SpecVersion SpecVersion.LATEST
           
 

Methods in com.sun.tools.xjc.api that return SpecVersion
static SpecVersion SpecVersion.parse(String token)
          Parses "2.0", "2.1", and "2.2" into the SpecVersion 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
 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
 void SchemaCompilerImpl.setTargetVersion(SpecVersion version)