Uses of Class
com.sun.tools.xjc.reader.RawTypeSet.Ref
-
Packages that use RawTypeSet.Ref 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.Ref in com.sun.tools.xjc.reader
Fields in com.sun.tools.xjc.reader with type parameters of type RawTypeSet.Ref Modifier and Type Field Description Set<RawTypeSet.Ref>RawTypeSet. refsConstructor parameters in com.sun.tools.xjc.reader with type arguments of type RawTypeSet.Ref Constructor Description RawTypeSet(Set<RawTypeSet.Ref> refs, Multiplicity m)Should be called from one of the raw type set builders. -
Uses of RawTypeSet.Ref in com.sun.tools.xjc.reader.xmlschema
Subclasses of RawTypeSet.Ref in com.sun.tools.xjc.reader.xmlschema Modifier and Type Class Description static classRawTypeSetBuilder.CClassRefReference to a class that maps from an element.classRawTypeSetBuilder.CElementInfoRefReference to a class that maps from an element.static classRawTypeSetBuilder.WildcardRefReference to a wildcard.static classRawTypeSetBuilder.XmlTypeRefReferences to a type.Methods in com.sun.tools.xjc.reader.xmlschema that return types with arguments of type RawTypeSet.Ref Modifier and Type Method Description Set<RawTypeSet.Ref>RawTypeSetBuilder. getRefs()Gets theRawTypeSet.Refs that were built.
-