|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.epm.familytable.EPMParameterDefinition
public class EPMParameterDefinition
Definition of Pro/Engineer internal parameter
Use the newEPMParameterDefinition static factory method(s),
not the EPMParameterDefinition 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 |
CONTAINER
Label for the attribute. |
static String |
CONTAINER_REFERENCE
Label for the attribute. |
| Method Summary | |
|---|---|
wt.epm.familytable.EPMParameterDefinitionContainer |
getContainer()
Gets the object for the association that plays role: CONTAINER. |
ObjectReference |
getContainerReference()
Gets the value of the attribute: CONTAINER_REFERENCE. |
void |
setContainer(wt.epm.familytable.EPMParameterDefinitionContainer a_Container)
Sets the object for the association that plays role: CONTAINER. |
void |
setContainerReference(ObjectReference a_ContainerReference)
Sets the value of the attribute: CONTAINER_REFERENCE. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String CONTAINER
public static final String CONTAINER_REFERENCE
| Method Detail |
|---|
public wt.epm.familytable.EPMParameterDefinitionContainer getContainer()
public void setContainer(wt.epm.familytable.EPMParameterDefinitionContainer a_Container)
throws WTPropertyVetoException,
WTException
a_Container -
WTPropertyVetoException
WTExceptionpublic ObjectReference getContainerReference()
public void setContainerReference(ObjectReference a_ContainerReference)
throws WTPropertyVetoException
a_ContainerReference -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||