wt.epm.ndi
Interface EPMNDFamilyTableExt
- All Superinterfaces:
- EPMNDFamilyTable, EPMNDObject
public interface EPMNDFamilyTableExt
- extends EPMNDFamilyTable
Supported API: true
Extendable: false
getAllMembers
List<EPMNDFamilyTableMemberExt> getAllMembers()
throws WTException
- Gets the object for the association that plays role: allMembers;
Returns all family table members.
Supported API: true
- Returns:
- List
- Throws:
WTException
getTopMember
EPMNDFamilyTableMemberExt getTopMember()
throws WTException
- Gets the object for the association that plays role: topMember;
Returns a top family table member.
Supported API: true
- Specified by:
getTopMember in interface EPMNDFamilyTable
- Returns:
- EPMNDFamilyTableMemberExt
- Throws:
WTException