wt.epm.ndi
Interface EPMNDDocumentExt

All Superinterfaces:
EPMNDDocument, EPMNDObject

public interface EPMNDDocumentExt
extends EPMNDDocument



Supported API: true

Extendable: false


Method Summary
 Collection<EPMNDFamilyTableMemberExt> getFamilyTableMembers()
          Gets the object for the association that plays role: familyTableMembers; Returns a family table members associated with the document.
 boolean isGeneric()
          Gets the value of the attribute: generic; Returns TRUE if the document is a family table generic.
 boolean isInstance()
          Gets the value of the attribute: instance; Returns TRUE if the document is a family table instance.
 
Methods inherited from interface wt.epm.ndi.EPMNDDocument
getAttributes, getAuthoringApplicationVersion, getBoxExtents, getCadName, getContainer, getDbKeySize, getDefaultUnit, getDependencies, getMasterObjectId, getNumber, getOrganization, getOriginalIterationObjectId, getReferenceControl, getSoftType, getUpdateCounter, isDerived, isPlaceHolder
 
Methods inherited from interface wt.epm.ndi.EPMNDObject
getObjectId
 

Method Detail

isInstance

boolean isInstance()
                   throws WTException
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

boolean isGeneric()
                  throws WTException
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

Collection<EPMNDFamilyTableMemberExt> getFamilyTableMembers()
                                                            throws WTException
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