public final class RawTypeSetBuilder.CElementInfoRef extends RawTypeSet.Ref
Modifier and Type | Field and Description |
---|---|
com.sun.xml.xsom.XSElementDecl |
decl |
CElementInfo |
target |
Modifier and Type | Method and Description |
---|---|
protected RawTypeSet.Mode |
canBeType(RawTypeSet parent)
Can this
RawTypeSet.Ref be a type ref? |
protected MimeType |
getExpectedMimeType()
When this
RawTypeSet binds to a CElementPropertyInfo ,
this method is used to determine if the property has an associated expected MIME type or not. |
protected ID |
id()
When this
RawTypeSet binds to a CElementPropertyInfo ,
this method is used to determine if the property is ID or not. |
protected boolean |
isListOfValues() |
protected void |
toElementRef(CReferencePropertyInfo prop) |
protected CTypeRef |
toTypeRef(CElementPropertyInfo ep) |
public final CElementInfo target
public final com.sun.xml.xsom.XSElementDecl decl
protected CTypeRef toTypeRef(CElementPropertyInfo ep)
toTypeRef
in class RawTypeSet.Ref
ep
- the property to which the returned CTypeRef
will be
added to.protected void toElementRef(CReferencePropertyInfo prop)
toElementRef
in class RawTypeSet.Ref
protected RawTypeSet.Mode canBeType(RawTypeSet parent)
RawTypeSet.Ref
RawTypeSet.Ref
be a type ref?canBeType
in class RawTypeSet.Ref
protected boolean isListOfValues()
isListOfValues
in class RawTypeSet.Ref
protected ID id()
RawTypeSet.Ref
RawTypeSet
binds to a CElementPropertyInfo
,
this method is used to determine if the property is ID or not.id
in class RawTypeSet.Ref
protected MimeType getExpectedMimeType()
RawTypeSet.Ref
RawTypeSet
binds to a CElementPropertyInfo
,
this method is used to determine if the property has an associated expected MIME type or not.getExpectedMimeType
in class RawTypeSet.Ref
Copyright © 2017 JBoss by Red Hat. All rights reserved.