|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.fc.ObjectToObjectLink
wt.vc.struct.IteratedReferenceLink
public abstract class IteratedReferenceLink
A link specifying that an iteration (implementation) refers to another master. This link is generally heterogeneous in nature and is not used to build structures.
ConfigSpecs are used to determine which iteration for the master referenced is most appropriate.
Iterated,
Mastered,
ConfigSpec,
wt.vc.part.WTPartReferenceLink,
Serialized Form| Field Summary | |
|---|---|
static String |
REFERENCED_BY_ROLE
Label for the attribute. |
static String |
REFERENCES_ROLE
Label for the attribute. |
| Method Summary | |
|---|---|
Iterated |
getReferencedBy()
Gets the object for the association that plays role: REFERENCED_BY_ROLE. |
Mastered |
getReferences()
Gets the object for the association that plays role: REFERENCES_ROLE. |
void |
setReferencedBy(Iterated referencedBy)
Sets the object for the association that plays role: REFERENCED_BY_ROLE. |
void |
setReferences(Mastered references)
Sets the object for the association that plays role: REFERENCES_ROLE. |
| Methods inherited from class wt.fc.WTObject |
|---|
getDisplayIdentifier, getDisplayIdentity, getDisplayType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String REFERENCED_BY_ROLE
public static final String REFERENCES_ROLE
| Method Detail |
|---|
public Iterated getReferencedBy()
public void setReferencedBy(Iterated referencedBy)
throws WTPropertyVetoException
referencedBy -
WTPropertyVetoExceptionpublic Mastered getReferences()
public void setReferences(Mastered references)
throws WTPropertyVetoException
references -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||