Package wt.epm.ndi

Interface EPMNDFamilyTableMember

All Known Subinterfaces:
EPMNDFamilyTableMemberExt

public interface EPMNDFamilyTableMember


Supported API: true

Extendable: false
  • Method Details

    • 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

      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<String,EPMNDFTValue>
      Throws:
      WTException