Package wt.epm.ndi
Interface EPMNDFamilyTable
- All Superinterfaces:
EPMNDObject
- All Known Subinterfaces:
EPMNDFamilyTableExt
Represents a Family Table object.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptiongetName()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
Gets the value of the attribute: name; Returns a Family Table name.
Supported API: true- Returns:
- String
- Throws:
WTException
-
getTopMember
Gets the object for the association that plays role: topMember; Returns a top family table member.
Supported API: true- Returns:
- EPMNDFamilyTableMember
- Throws:
WTException
-