|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.epm.familytable.EPMFamilyTableColumn
wt.epm.familytable.EPMFamilyTableParameter
public class EPMFamilyTableParameter
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
| 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 |
|---|
public static final String DEFINITION
public static final String DEFINITION_REFERENCE
| Method Detail |
|---|
public EPMParameterDefinition getDefinition()
public void setDefinition(EPMParameterDefinition a_Definition)
throws WTPropertyVetoException,
WTException
a_Definition -
WTPropertyVetoException
WTExceptionpublic ObjectReference getDefinitionReference()
public void setDefinitionReference(ObjectReference a_DefinitionReference)
throws WTPropertyVetoException
a_DefinitionReference -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||