|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jbind.xml.instance.data.ReferencedData
Constructor Summary | |
ReferencedData()
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReferencedData()
Method Detail |
public void add(java.lang.String aKey, IAnyTypeData aData)
IReferencedData
add
in interface IReferencedData
aKey
- (required). The key of the reference constraint
(cf. IReferenceConstraint
)
that provided the referenced data.aData
- (required). The referenced data.public java.util.ListIterator iter(java.lang.String aKey)
IReferencedData
iter
in interface IReferencedData
aKey
- (required). The key of the reference constraint
(cf. IReferenceConstraint
)
that provided the referenced data.
IAnyTypeData
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |