wt.epm.ndi
Interface EPMNDFamilyTableMemberExt

All Superinterfaces:
EPMNDFamilyTableMember

public interface EPMNDFamilyTableMemberExt
extends EPMNDFamilyTableMember



Supported API: true

Extendable: false


Method Summary
 List<EPMNDFamilyTableMemberExt> getAllInstances()
          Gets the object for the association that plays role: allInstances; Returns all instances of the generic including recursively all family table levels.
 Map<String,EPMNDFTValueExt> getCellValuesExt()
          Gets the object for the association that plays role: cellValuesExt; Returns family table member cell values.
 EPMNDDocumentExt getDocument()
          Gets the object for the association that plays role: document; Returns a document associated with the family table member.
 EPMNDFamilyTableExt getFamilyTable()
          Gets the object for the association that plays role: familyTable; Returns a family table object where the member participates.
 EPMNDFamilyTableMemberExt getGeneric()
          Gets the object for the association that plays role: generic; Returns an immediate generic of the family table member.
 List<EPMNDFamilyTableMemberExt> 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.
 List<EPMNDFamilyTableMemberExt> getInstancesExt()
          Gets the object for the association that plays role: instancesExt; Returns immediate instances of the generic.
 EPMNDFamilyTableMemberExt getTopGeneric()
          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 Detail

getFamilyTable

EPMNDFamilyTableExt getFamilyTable()
                                   throws WTException
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

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

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

List<EPMNDFamilyTableMemberExt> getGenerics()
                                            throws WTException
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

List<EPMNDFamilyTableMemberExt> getInstancesExt()
                                                throws WTException
Gets the object for the association that plays role: instancesExt; Returns immediate instances of the generic.

Supported API: true

Returns:
List
Throws:
WTException

getAllInstances

List<EPMNDFamilyTableMemberExt> getAllInstances()
                                                throws WTException
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

Map<String,EPMNDFTValueExt> getCellValuesExt()
                                             throws WTException
Gets the object for the association that plays role: cellValuesExt; Returns family table member cell values.

Supported API: true

Returns:
Map
Throws:
WTException

getDocument

EPMNDDocumentExt getDocument()
                             throws WTException
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