|
|||||||||
| 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.baseline.BaselineMember
public class BaselineMember
In the PDM Enablers UML, this association is named "Baselined". The name here is consistent with other Windchill associations.
Use the newBaselineMember static factory method(s), not
the BaselineMember 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
| Field Summary | |
|---|---|
static String |
BASELINE_ROLE
Label for the attribute. |
static String |
BASELINEABLE_ROLE
Label for the attribute. |
| Method Summary | |
|---|---|
Baseline |
getBaseline()
Gets the object for the association that plays role: BASELINE_ROLE. |
Baselineable |
getBaselineable()
Gets the object for the association that plays role: BASELINEABLE_ROLE. |
void |
setBaseline(Baseline theBaseline)
Sets the object for the association that plays role: BASELINE_ROLE. |
void |
setBaselineable(Baselineable theBaselineable)
Sets the object for the association that plays role: BASELINEABLE_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 BASELINE_ROLE
public static final String BASELINEABLE_ROLE
| Method Detail |
|---|
public Baseline getBaseline()
public void setBaseline(Baseline theBaseline)
throws WTPropertyVetoException
theBaseline -
WTPropertyVetoExceptionpublic Baselineable getBaselineable()
public void setBaselineable(Baselineable theBaselineable)
throws WTPropertyVetoException
theBaselineable -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||