com.sun.tools.xjc.reader.xmlschema

Class RawTypeSetBuilder.CClassRef

public static final class RawTypeSetBuilder.CClassRef extends RawTypeSet.Ref

Reference to a class that maps from an element.
Field Summary
XSElementDecldecl
CClasstarget
Constructor Summary
CClassRef(XSElementDecl decl, CClass target)
Method Summary
protected RawTypeSet.ModecanBeType(RawTypeSet parent)
protected IDid()
protected booleanisListOfValues()
protected voidtoElementRef(CReferencePropertyInfo prop)
protected CTypeReftoTypeRef(CElementPropertyInfo ep)

Field Detail

decl

public final XSElementDecl decl

target

public final CClass target

Constructor Detail

CClassRef

CClassRef(XSElementDecl decl, CClass target)

Method Detail

canBeType

protected RawTypeSet.Mode canBeType(RawTypeSet parent)

id

protected ID id()

isListOfValues

protected boolean isListOfValues()

toElementRef

protected void toElementRef(CReferencePropertyInfo prop)

toTypeRef

protected CTypeRef toTypeRef(CElementPropertyInfo ep)