Package wt.epm.ndi
Interface EPMNDFamilyTableExt
- All Superinterfaces:
EPMNDFamilyTable,EPMNDObject
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionGets the object for the association that plays role: allMembers; Returns all family table members.Gets the object for the association that plays role: topMember; Returns a top family table member.Methods inherited from interface wt.epm.ndi.EPMNDFamilyTable
getNameMethods inherited from interface wt.epm.ndi.EPMNDObject
getObjectId
-
Method Details
-
getAllMembers
Gets the object for the association that plays role: allMembers; Returns all family table members.
Supported API: true- Returns:
- List
- Throws:
WTException
-
getTopMember
Gets the object for the association that plays role: topMember; Returns a top family table member.
Supported API: true- Specified by:
getTopMemberin interfaceEPMNDFamilyTable- Returns:
- EPMNDFamilyTableMemberExt
- Throws:
WTException
-