wt.epm.familytable
Class EPMFamilyTableParameter

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

public class EPMFamilyTableParameter
extends wt.epm.familytable.EPMFamilyTableColumn
implements Externalizable

Use the newEPMFamilyTableParameter static factory method(s), not the EPMFamilyTableParameter 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 DEFINITION
          Label for the attribute.
static String DEFINITION_REFERENCE
          Label for the attribute.
 
Method Summary
 EPMParameterDefinition getDefinition()
          Gets the object for the association that plays role: DEFINITION.
 ObjectReference getDefinitionReference()
          Gets the value of the attribute: DEFINITION_REFERENCE.
 void setDefinition(EPMParameterDefinition a_Definition)
          Sets the object for the association that plays role: DEFINITION.
 void setDefinitionReference(ObjectReference a_DefinitionReference)
          Sets the value of the attribute: DEFINITION_REFERENCE.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFINITION

public static final String DEFINITION
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

DEFINITION_REFERENCE

public static final String DEFINITION_REFERENCE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getDefinition

public EPMParameterDefinition getDefinition()
Gets the object for the association that plays role: DEFINITION.

Supported API: true

Returns:
EPMParameterDefinition

setDefinition

public void setDefinition(EPMParameterDefinition a_Definition)
                   throws WTPropertyVetoException,
                          WTException
Sets the object for the association that plays role: DEFINITION.

Supported API: true

Parameters:
a_Definition -
Throws:
WTPropertyVetoException
WTException

getDefinitionReference

public ObjectReference getDefinitionReference()
Gets the value of the attribute: DEFINITION_REFERENCE.

Supported API: true

Returns:
ObjectReference

setDefinitionReference

public void setDefinitionReference(ObjectReference a_DefinitionReference)
                            throws WTPropertyVetoException
Sets the value of the attribute: DEFINITION_REFERENCE.

Supported API: true

Parameters:
a_DefinitionReference -
Throws:
WTPropertyVetoException