|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.epm.familytable.EPMFamilyTableCell
wt.epm.familytable.EPMFamilyTableCellDependency
public class EPMFamilyTableCellDependency
Use the newEPMFamilyTableCellDependency static factory method(s),
not the EPMFamilyTableCellDependency 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 |
CHILD_NAME
Label for the attribute. |
static String |
SUPPRESSED
Label for the attribute. |
static String |
UNIQUE_ID
Label for the attribute. |
| Method Summary | |
|---|---|
String |
getChildName()
Gets the value of the attribute: CHILD_NAME. |
String |
getUniqueId()
Gets the value of the attribute: UNIQUE_ID. |
boolean |
isSuppressed()
Gets the value of the attribute: SUPPRESSED. |
void |
setChildName(String a_ChildName)
Sets the value of the attribute: CHILD_NAME. |
void |
setSuppressed(boolean a_Suppressed)
Sets the value of the attribute: SUPPRESSED. |
void |
setUniqueId(String a_UniqueId)
Sets the value of the attribute: UNIQUE_ID. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String UNIQUE_ID
public static final String SUPPRESSED
public static final String CHILD_NAME
| Method Detail |
|---|
public String getUniqueId()
public void setUniqueId(String a_UniqueId)
throws WTPropertyVetoException
a_UniqueId -
WTPropertyVetoExceptionpublic boolean isSuppressed()
public void setSuppressed(boolean a_Suppressed)
throws WTPropertyVetoException
a_Suppressed -
WTPropertyVetoExceptionpublic String getChildName()
public void setChildName(String a_ChildName)
throws WTPropertyVetoException
a_ChildName -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||