|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tools.xjc.reader.RawTypeSet.Ref
public abstract static class RawTypeSet.Ref
A reference to something.
A RawTypeSet.Ref
can be either turned into CTypeRef
to form
an element property, or Element
to form a reference property.
Constructor Summary | |
---|---|
RawTypeSet.Ref()
|
Method Summary | |
---|---|
protected abstract RawTypeSet.Mode |
canBeType(RawTypeSet parent)
Can this RawTypeSet.Ref be a type ref? |
protected javax.activation.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 abstract ID |
id()
When this RawTypeSet binds to a CElementPropertyInfo ,
this method is used to determine if the property is ID or not. |
protected abstract boolean |
isListOfValues()
|
protected abstract void |
toElementRef(CReferencePropertyInfo prop)
|
protected abstract CTypeRef |
toTypeRef(CElementPropertyInfo ep)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RawTypeSet.Ref()
Method Detail |
---|
protected abstract CTypeRef toTypeRef(CElementPropertyInfo ep)
ep
- the property to which the returned CTypeRef
will be
added to.protected abstract void toElementRef(CReferencePropertyInfo prop)
protected abstract RawTypeSet.Mode canBeType(RawTypeSet parent)
RawTypeSet.Ref
be a type ref?
parent
-
protected abstract boolean isListOfValues()
protected abstract ID id()
RawTypeSet
binds to a CElementPropertyInfo
,
this method is used to determine if the property is ID or not.
protected javax.activation.MimeType getExpectedMimeType()
RawTypeSet
binds to a CElementPropertyInfo
,
this method is used to determine if the property has an associated expected MIME type or not.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |