Package wt.epm.ndi

Interface EPMNDFamilyTable

All Superinterfaces:
EPMNDObject
All Known Subinterfaces:
EPMNDFamilyTableExt

public interface EPMNDFamilyTable extends EPMNDObject
Represents a Family Table object.

Supported API: true

Extendable: false
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the value of the attribute: name; Returns a Family Table name.
    Gets the object for the association that plays role: topMember; Returns a top family table member.

    Methods inherited from interface wt.epm.ndi.EPMNDObject

    getObjectId
  • Method Details

    • getName

      String getName() throws WTException
      Gets the value of the attribute: name; Returns a Family Table name.

      Supported API: true
      Returns:
      String
      Throws:
      WTException
    • getTopMember

      EPMNDFamilyTableMember getTopMember() throws WTException
      Gets the object for the association that plays role: topMember; Returns a top family table member.

      Supported API: true
      Returns:
      EPMNDFamilyTableMember
      Throws:
      WTException