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
 String getName()
          Gets the value of the attribute: name; Returns a Family Table name.
 EPMNDFamilyTableMember getTopMember()
          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 Detail

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