|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface implements a reference to another message part or attachment.
Method Summary | |
Type |
getSchemaType()
Returns an expected schema type of the reference. |
void |
setNextReference(Reference nextReference)
Sets the next reference that is bound to the same value. |
Methods inherited from interface org.idoox.wasp.types.Holder |
getObjectValue, getValueClass, setObjectValue |
Method Detail |
public Type getSchemaType()
public void setNextReference(Reference nextReference)
The implementation of Reference must call nextReference.setObjectValue() in its own setObjectValue(). The implementation of 'Reference' must delegate setNextReference to the next reference, if there is one.
nextReference
- the reference to the same value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |