wt.epm.ndi.impl
Class EPMNDFamilyTableImpl

java.lang.Object
  extended bywt.epm.ndi.impl.EPMNDFamilyTableImpl
All Implemented Interfaces:
EPMNDFamilyTable, EPMNDObject

class EPMNDFamilyTableImpl
extends Object
implements EPMNDFamilyTable

. Constructs instance of EPMNDFamilyTable Supported API: false Extendable: false


Field Summary
private  NDICache cache
           
private  EPMSepFamilyTable ft
           
private  EPMDocument topGeneric
           
 
Fields inherited from interface wt.epm.ndi.EPMNDObject
OBJECT_ID
 
Constructor Summary
EPMNDFamilyTableImpl(NDICache cache, EPMDocument topGeneric)
           
 
Method Summary
 String getName()
          Gets the value of the attribute: name.
 ObjectIdentifier getObjectId()
          Gets the value of the attribute: OBJECT_ID.
 EPMNDFamilyTableMember getTopMember()
          Gets the object for the association that plays role: topMember.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ft

private EPMSepFamilyTable ft

topGeneric

private EPMDocument topGeneric

cache

private NDICache cache
Constructor Detail

EPMNDFamilyTableImpl

public EPMNDFamilyTableImpl(NDICache cache,
                            EPMDocument topGeneric)
                     throws WTException
Method Detail

getName

public String getName()
               throws WTException
Description copied from interface: EPMNDFamilyTable
Gets the value of the attribute: name.

Supported API: false

Specified by:
getName in interface EPMNDFamilyTable
Returns:
String
Throws:
WTException

getTopMember

public EPMNDFamilyTableMember getTopMember()
                                    throws WTException
Description copied from interface: EPMNDFamilyTable
Gets the object for the association that plays role: topMember.

Supported API: true

Specified by:
getTopMember in interface EPMNDFamilyTable
Returns:
EPMNDFamilyTableMember
Throws:
WTException

getObjectId

public ObjectIdentifier getObjectId()
                             throws WTException
Description copied from interface: EPMNDObject
Gets the value of the attribute: OBJECT_ID.

Supported API: true

Specified by:
getObjectId in interface EPMNDObject
Returns:
ObjectIdentifier
Throws:
WTException