|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Holds referenced data objects. Data objects are referenced by other data objects that have an IDREF or IDREFS attribute or that have a keyref constraint.
Method Summary | |
void |
add(java.lang.String aKey,
IAnyTypeData aData)
Adds a referenced data object. |
java.util.ListIterator |
iter(java.lang.String aKey)
Iterates the referenced data for the specified key. |
Method Detail |
public java.util.ListIterator iter(java.lang.String aKey)
aKey
- (required). The key of the reference constraint
(cf. IReferenceConstraint
)
that provided the referenced data.
IAnyTypeData
.public void add(java.lang.String aKey, IAnyTypeData aData)
aKey
- (required). The key of the reference constraint
(cf. IReferenceConstraint
)
that provided the referenced data.aData
- (required). The referenced data.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |