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. 
 

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
static RawTypeSet.Mode RawTypeSet.Mode.valueOf(java.lang.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.