Uses of Enum
com.sun.tools.xjc.reader.RawTypeSet.Mode
Packages that use RawTypeSet.Mode
Package
Description
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.ModeModifier and TypeFieldDescriptionfinal RawTypeSet.ModeRawTypeSet.canBeTypeRefsTrue if this type set can form references to types.Methods in com.sun.tools.xjc.reader that return RawTypeSet.ModeModifier and TypeMethodDescriptionprotected abstract RawTypeSet.ModeRawTypeSet.Ref.canBeType(RawTypeSet parent) Can thisRawTypeSet.Refbe a type ref?static RawTypeSet.ModeReturns 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.ModeModifier and TypeMethodDescriptionprotected RawTypeSet.ModeRawTypeSetBuilder.CClassRef.canBeType(RawTypeSet parent) protected RawTypeSet.ModeRawTypeSetBuilder.CElementInfoRef.canBeType(RawTypeSet parent) protected RawTypeSet.ModeRawTypeSetBuilder.WildcardRef.canBeType(RawTypeSet parent) protected RawTypeSet.ModeRawTypeSetBuilder.XmlTypeRef.canBeType(RawTypeSet parent)