wt.epm.familytable
Class EPMParameterDefinition

java.lang.Object
  extended by wt.epm.familytable.EPMParameterDefinition
All Implemented Interfaces:
Externalizable, Serializable, NetFactor, ObjectMappable, Persistable

public class EPMParameterDefinition
extends Object
implements Persistable, Externalizable

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

See Also:
Serialized Form

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

CONTAINER

public static final String CONTAINER
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

CONTAINER_REFERENCE

public static final String CONTAINER_REFERENCE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getContainer

public wt.epm.familytable.EPMParameterDefinitionContainer getContainer()
Gets the object for the association that plays role: CONTAINER.

Supported API: true

Returns:
EPMParameterDefinitionContainer

setContainer

public void setContainer(wt.epm.familytable.EPMParameterDefinitionContainer a_Container)
                  throws WTPropertyVetoException,
                         WTException
Sets the object for the association that plays role: CONTAINER.

Supported API: true

Parameters:
a_Container -
Throws:
WTPropertyVetoException
WTException

getContainerReference

public ObjectReference getContainerReference()
Gets the value of the attribute: CONTAINER_REFERENCE.

Supported API: true

Returns:
ObjectReference

setContainerReference

public void setContainerReference(ObjectReference a_ContainerReference)
                           throws WTPropertyVetoException
Sets the value of the attribute: CONTAINER_REFERENCE.

Supported API: true

Parameters:
a_ContainerReference -
Throws:
WTPropertyVetoException