wt.epm.ndi
Interface EPMNDDerivedRepresentation

All Superinterfaces:
EPMNDObject

public interface EPMNDDerivedRepresentation
extends EPMNDObject

represents a derived representation

Supported API: true

Extendable: false


Method Summary
 String getCADName()
          Gets the value of the attribute: CADName; CADName of the derived representation EPMDocument.
 Collection<EPMNDDerivedFrom> getDerivedFrom()
          Gets the object for the association that plays role: derivedFrom.
 
Methods inherited from interface wt.epm.ndi.EPMNDObject
getObjectId
 

Method Detail

getCADName

String getCADName()
                  throws WTException
Gets the value of the attribute: CADName; CADName of the derived representation EPMDocument.

Supported API: true

Returns:
String
Throws:
WTException

getDerivedFrom

Collection<EPMNDDerivedFrom> getDerivedFrom()
                                            throws WTException
Gets the object for the association that plays role: derivedFrom.

Supported API: true

Returns:
Collection
Throws:
WTException