Package wt.epm.ndi
Interface EPMNDFamilyTableMemberExt
- All Superinterfaces:
EPMNDFamilyTableMember
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionGets the object for the association that plays role: allInstances; Returns all instances of the generic including recursively all family table levels.Gets the object for the association that plays role: cellValuesExt; Returns family table member cell values.Gets the object for the association that plays role: document; Returns a document associated with the family table member.Gets the object for the association that plays role: familyTable; Returns a family table object where the member participates.Gets the object for the association that plays role: generic; Returns an immediate generic of the family table member.Gets the object for the association that plays role: generics; Returns a full path from an immediate generic to a top generic starting from the immediate generic.Gets the object for the association that plays role: instancesExt; Returns immediate instances of the generic.Gets the object for the association that plays role: topGeneric; Returns a top generic member of associated family table.Methods inherited from interface wt.epm.ndi.EPMNDFamilyTableMember
getAsStoredName, getCadName, getCellValues, getColumns, getInstances, getVerifyStatus, isExtLocked, isLocked
-
Method Details
-
getFamilyTable
Gets the object for the association that plays role: familyTable; Returns a family table object where the member participates.
Supported API: true- Returns:
- EPMNDFamilyTableExt
- Throws:
WTException
-
getTopGeneric
Gets the object for the association that plays role: topGeneric; Returns a top generic member of associated family table.
Supported API: true- Returns:
- EPMNDFamilyTableMemberExt
- Throws:
WTException
-
getGeneric
Gets the object for the association that plays role: generic; Returns an immediate generic of the family table member.
Supported API: true- Returns:
- EPMNDFamilyTableMemberExt
- Throws:
WTException
-
getGenerics
Gets the object for the association that plays role: generics; Returns a full path from an immediate generic to a top generic starting from the immediate generic.
Supported API: true- Returns:
- List
- Throws:
WTException
-
getInstancesExt
Gets the object for the association that plays role: instancesExt; Returns immediate instances of the generic.
Supported API: true- Returns:
- List
- Throws:
WTException
-
getAllInstances
Gets the object for the association that plays role: allInstances; Returns all instances of the generic including recursively all family table levels.
Supported API: true- Returns:
- List
- Throws:
WTException
-
getCellValuesExt
Gets the object for the association that plays role: cellValuesExt; Returns family table member cell values.
Supported API: true- Returns:
- Map<String,EPMNDFTValueExt>
- Throws:
WTException
-
getDocument
Gets the object for the association that plays role: document; Returns a document associated with the family table member.
Supported API: true- Returns:
- EPMNDDocumentExt
- Throws:
WTException
-