Uses of Class
com.sun.tools.xjc.reader.RawTypeSet.Mode

Packages that use RawTypeSet.Mode
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
 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
protected abstract  RawTypeSet.Mode RawTypeSet.Ref.canBeType(RawTypeSet parent)
          Can this RawTypeSet.Ref be a type ref?
(package private)  RawTypeSet.Mode RawTypeSet.Mode.or(RawTypeSet.Mode that)
           
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.
 

Methods in com.sun.tools.xjc.reader with parameters of type RawTypeSet.Mode
(package private)  RawTypeSet.Mode RawTypeSet.Mode.or(RawTypeSet.Mode that)
           
 

Uses of RawTypeSet.Mode in com.sun.tools.xjc.reader.xmlschema
 

Methods in com.sun.tools.xjc.reader.xmlschema that return RawTypeSet.Mode
protected  RawTypeSet.Mode RawTypeSetBuilder.WildcardRef.canBeType(RawTypeSet parent)
           
protected  RawTypeSet.Mode RawTypeSetBuilder.CClassRef.canBeType(RawTypeSet parent)
           
protected  RawTypeSet.Mode RawTypeSetBuilder.CElementInfoRef.canBeType(RawTypeSet parent)
           
protected  RawTypeSet.Mode RawTypeSetBuilder.XmlTypeRef.canBeType(RawTypeSet parent)