|
|||||||||
| 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
com.ptc.windchill.mpml.MPMEPMDocumentDescribeLink
public class MPMEPMDocumentDescribeLink
Use the newMPMEPMDocumentDescribeLink static factory method(s),
not the MPMEPMDocumentDescribeLink 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 |
BUILT_FLAG
Label for the attribute. |
static String |
DESCRIPTION
Label for the attribute. |
static String |
ILLUSTRATION
Label for the attribute. |
| Method Summary | |
|---|---|
String |
getDescription()
Gets the value of the attribute: DESCRIPTION. |
boolean |
isBuiltFlag()
Gets the value of the attribute: BUILT_FLAG. |
boolean |
isIllustration()
Gets the value of the attribute: ILLUSTRATION. |
void |
setBuiltFlag(boolean a_BuiltFlag)
Sets the value of the attribute: BUILT_FLAG. |
void |
setDescription(String a_Description)
Sets the value of the attribute: DESCRIPTION. |
void |
setIllustration(boolean a_Illustration)
Sets the value of the attribute: ILLUSTRATION. |
| 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 BUILT_FLAG
public static final String DESCRIPTION
public static final String ILLUSTRATION
| Method Detail |
|---|
public boolean isBuiltFlag()
public void setBuiltFlag(boolean a_BuiltFlag)
throws WTPropertyVetoException
a_BuiltFlag -
WTPropertyVetoExceptionpublic String getDescription()
public void setDescription(String a_Description)
throws WTPropertyVetoException
a_Description -
WTPropertyVetoExceptionpublic boolean isIllustration()
public void setIllustration(boolean a_Illustration)
throws WTPropertyVetoException
a_Illustration -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||