|
|||||||||
| 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
wt.part.WTPartDescribeLink
public class WTPartDescribeLink
Associates a WTPart with a WTDocument that describes the WTPart. These documents can be standards documents or any other kind of document that evolves independently of the part.
Use the newWTPartDescribeLink static factory method(s),
not the WTPartDescribeLink constructor, to construct instances
of this class. Instances must be constructed using the static factory(s),
in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
WTPart,
IteratedDescribeLink,
Serialized Form| Field Summary | |
|---|---|
static String |
DESCRIBED_BY_ROLE
Label for the attribute. |
static String |
DESCRIBES_ROLE
Label for the attribute. |
| Method Summary | |
|---|---|
static WTPartDescribeLink |
newWTPartDescribeLink(WTPart describes,
WTDocument describedBy)
Default factory for the class. |
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.vc.struct.IteratedDescribeLink |
|---|
getDescribedBy, getDescribes |
| 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 void setDescribes(Iterated describes)
throws WTPropertyVetoException
setDescribes in class IteratedDescribeLinkdescribes -
WTPropertyVetoException
public void setDescribedBy(Iterated describedBy)
throws WTPropertyVetoException
setDescribedBy in class IteratedDescribeLinkdescribedBy -
WTPropertyVetoException
public static WTPartDescribeLink newWTPartDescribeLink(WTPart describes,
WTDocument describedBy)
throws WTException
describes - describedBy -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||