Uses of Class
com.sun.tools.xjc.reader.RawTypeSet.Mode
-
Packages that use RawTypeSet.Mode Package Description com.sun.tools.xjc.reader Front-end that reads schema(s) and produce BGM.com.sun.tools.xjc.reader.xmlschema -
-
Uses of RawTypeSet.Mode in com.sun.tools.xjc.reader
Fields in com.sun.tools.xjc.reader declared as RawTypeSet.Mode Modifier and Type Field Description RawTypeSet.Mode
RawTypeSet. canBeTypeRefs
True if this type set can form references to types.Methods in com.sun.tools.xjc.reader that return RawTypeSet.Mode Modifier and Type Method Description protected abstract RawTypeSet.Mode
RawTypeSet.Ref. canBeType(RawTypeSet parent)
Can thisRawTypeSet.Ref
be a type ref?static RawTypeSet.Mode
RawTypeSet.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static RawTypeSet.Mode[]
RawTypeSet.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RawTypeSet.Mode in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema that return RawTypeSet.Mode Modifier and Type Method Description protected RawTypeSet.Mode
RawTypeSetBuilder.CClassRef. canBeType(RawTypeSet parent)
protected RawTypeSet.Mode
RawTypeSetBuilder.CElementInfoRef. canBeType(RawTypeSet parent)
protected RawTypeSet.Mode
RawTypeSetBuilder.WildcardRef. canBeType(RawTypeSet parent)
protected RawTypeSet.Mode
RawTypeSetBuilder.XmlTypeRef. canBeType(RawTypeSet parent)
-