com.sun.tools.xjc.reader.xmlschema

Class RawTypeSetBuilder.CElementInfoRef

public final class RawTypeSetBuilder.CElementInfoRef extends RawTypeSet.Ref

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

Field Detail

decl

public final XSElementDecl decl

target

public final CElementInfo target

Constructor Detail

CElementInfoRef

CElementInfoRef(XSElementDecl decl, CElementInfo target)

Method Detail

canBeType

protected RawTypeSet.Mode canBeType(RawTypeSet parent)

getExpectedMimeType

MimeType getExpectedMimeType()

id

protected ID id()

isListOfValues

protected boolean isListOfValues()

toElementRef

protected void toElementRef(CReferencePropertyInfo prop)

toTypeRef

protected CTypeRef toTypeRef(CElementPropertyInfo ep)