wt.epm.ndi
Interface EPMNDFamilyTableMember

All Known Subinterfaces:
EPMNDFamilyTableMemberExt

public interface EPMNDFamilyTableMember



Supported API: true

Extendable: false


Method Summary
 String getAsStoredName()
          Gets the value of the attribute: asStoredName.
 String getCadName()
          Gets the value of the attribute: cadName.
 Map<String,EPMNDFTValue> getCellValues()
          Gets the object for the association that plays role: cellValues; Returns family table member cell values.
 List<EPMNDFamilyTableColumn> getColumns()
          Gets the object for the association that plays role: columns.
 List<EPMNDFamilyTableMember> getInstances()
          Gets the object for the association that plays role: instances; Returns immediate instances.
 int getVerifyStatus()
          Gets the value of the attribute: verifyStatus.
 boolean isExtLocked()
          Gets the value of the attribute: extLocked.
 boolean isLocked()
          Gets the value of the attribute: locked.
 

Method Detail

getCadName

String getCadName()
                  throws WTException
Gets the value of the attribute: cadName.

Supported API: true

Returns:
String
Throws:
WTException

getAsStoredName

String getAsStoredName()
                       throws WTException
Gets the value of the attribute: asStoredName.

Supported API: true

Returns:
String
Throws:
WTException

isLocked

boolean isLocked()
                 throws WTException
Gets the value of the attribute: locked.

Supported API: true

Returns:
boolean
Throws:
WTException

isExtLocked

boolean isExtLocked()
                    throws WTException
Gets the value of the attribute: extLocked.

Supported API: true

Returns:
boolean
Throws:
WTException

getVerifyStatus

int getVerifyStatus()
                    throws WTException
Gets the value of the attribute: verifyStatus.

Supported API: true

Returns:
int
Throws:
WTException

getInstances

List<EPMNDFamilyTableMember> getInstances()
                                          throws WTException
Gets the object for the association that plays role: instances; Returns immediate instances.

Supported API: true

Returns:
List
Throws:
WTException

getColumns

List<EPMNDFamilyTableColumn> getColumns()
                                        throws WTException
Gets the object for the association that plays role: columns.

Supported API: true

Returns:
List
Throws:
WTException

getCellValues

Map<String,EPMNDFTValue> getCellValues()
                                       throws WTException
Gets the object for the association that plays role: cellValues; Returns family table member cell values.

Supported API: true

Returns:
Map
Throws:
WTException