Package wt.epm.ndi
Interface EPMNDDocumentExt
- All Superinterfaces:
EPMNDDocument,EPMNDObject
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionGets the object for the association that plays role: familyTableMembers; Returns a family table members associated with the document.booleanGets the value of the attribute: generic; Returns TRUE if the document is a family table generic.booleanGets the value of the attribute: instance; Returns TRUE if the document is a family table instance.Methods inherited from interface wt.epm.ndi.EPMNDDocument
getAlternateRepresentations, getAttributes, getAuthoringApplicationVersion, getBoxExtents, getCadName, getChoiceAssignments, getContainer, getDbKeySize, getDefaultUnit, getDependencies, getGlobalId, getLengthScale, getMasterObjectId, getMaximumAllowed, getMinimumRequired, getModelItemDependencies, getModelItems, getMultiValuedSecurityLabels, getNumber, getOrganization, getOriginalIterationObjectId, getReferenceControl, getSecurityLabels, getSoftType, getUpdateCounter, getVersion, isCollapsible, isDerived, isPlaceHolderMethods inherited from interface wt.epm.ndi.EPMNDObject
getObjectId
-
Method Details
-
isInstance
Gets the value of the attribute: instance; Returns TRUE if the document is a family table instance.
Supported API: true- Returns:
- boolean
- Throws:
WTException
-
isGeneric
Gets the value of the attribute: generic; Returns TRUE if the document is a family table generic.
Supported API: true- Returns:
- boolean
- Throws:
WTException
-
getFamilyTableMembers
Gets the object for the association that plays role: familyTableMembers; Returns a family table members associated with the document. It can be only one if a baseline is a context of the operation.
Supported API: true- Returns:
- Collection
- Throws:
WTException
-