|
|||||||||
| 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.IteratedDescribeLink
public abstract class IteratedDescribeLink
A link specifying that an iteration provides descriptive information
for a another iteration. This link is generally heterogeneous in nature
and is not used to build structures.
Supported API: true
Extendable: true
Iterated,
Serialized Form| Field Summary | |
|---|---|
static String |
DESCRIBED_BY_ROLE
Label for the attribute. |
static String |
DESCRIBES_ROLE
Label for the attribute. |
| Method Summary | |
|---|---|
Iterated |
getDescribedBy()
Gets the object for the association that plays role: DESCRIBED_BY_ROLE. |
Iterated |
getDescribes()
Gets the object for the association that plays role: DESCRIBES_ROLE. |
void |
setDescribedBy(Iterated describedBy)
Sets the object for the association that plays role: DESCRIBED_BY_ROLE. |
void |
setDescribes(Iterated describes)
Sets the object for the association that plays role: DESCRIBES_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 DESCRIBES_ROLE
public static final String DESCRIBED_BY_ROLE
| Method Detail |
|---|
public Iterated getDescribes()
public void setDescribes(Iterated describes)
throws WTPropertyVetoException
describes -
WTPropertyVetoExceptionpublic Iterated getDescribedBy()
public void setDescribedBy(Iterated describedBy)
throws WTPropertyVetoException
describedBy -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||