wt.epm.ndi
Interface EPMNDFamilyTableMember

All Known Implementing Classes:
EPMNDFamilyTableMemberImpl, ProENDFamilyTableMember_J01, ProENDFamilyTableMember_J03

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 getCellValues()
          Gets the object for the association that plays role: cellValues.
 Collection getChildren()
          Gets the object for the association that plays role: children.
 List getColumns()
          Gets the object for the association that plays role: columns.
 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

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

Supported API: true

Returns:
String
Throws:
WTException

getAsStoredName

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

Supported API: true

Returns:
String
Throws:
WTException

isLocked

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

Supported API: true

Returns:
boolean
Throws:
WTException

isExtLocked

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

Supported API: true

Returns:
boolean
Throws:
WTException

getVerifyStatus

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

Supported API: true

Returns:
int
Throws:
WTException

getChildren

public Collection getChildren()
                       throws WTException
Gets the object for the association that plays role: children.

Supported API: true

Returns:
Collection
Throws:
WTException

getColumns

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

Supported API: true

Returns:
List
Throws:
WTException

getCellValues

public Map getCellValues()
                  throws WTException
Gets the object for the association that plays role: cellValues.

Supported API: true

Returns:
Map
Throws:
WTException