Uses of Enum
com.sun.tools.xjc.api.SpecVersion
Packages that use SpecVersion
Package
Description
Schema to Java compiler
API for programmatic invocation of XJC and schemagen.
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 SpecVersionModifier and TypeFieldDescriptionOptions.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 SpecVersionMethods in com.sun.tools.xjc.api that return SpecVersionModifier and TypeMethodDescriptionstatic SpecVersion
Parses "2.0", "2.1", and "2.2" into theSpecVersion
object.static SpecVersion
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 SpecVersionModifier and TypeMethodDescriptionboolean
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