wt.epm.ndi
Interface EPMNDDerivedFrom


public interface EPMNDDerivedFrom

information about the original from which the representation is derived

Supported API: true

Extendable: false


Method Summary
 String getAsStoredName()
          Gets the value of the attribute: asStoredName; Returns asStoredName of the original EPMDocument.
 String getCADName()
          Gets the value of the attribute: CADName; Returns CADName of the original EPMDocument.
 ObjectIdentifier getIterationObjectId()
          Gets the value of the attribute: iterationObjectId; Returns ObjectIdentifier of original.
 ObjectIdentifier getMasterObjectId()
          Gets the value of the attribute: masterObjectId; Returns ObjectIdentifier of master of original

Supported API: true
 boolean isDirectRepresentationOf()
          Gets the value of the attribute: directRepresentationOf; Specifies whether image is direct image of original.
 

Method Detail

getCADName

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

Supported API: true

Returns:
String
Throws:
WTException

getAsStoredName

String getAsStoredName()
                       throws WTException
Gets the value of the attribute: asStoredName; Returns asStoredName of the original EPMDocument.

Supported API: true

Returns:
String
Throws:
WTException

getMasterObjectId

ObjectIdentifier getMasterObjectId()
                                   throws WTException
Gets the value of the attribute: masterObjectId; Returns ObjectIdentifier of master of original

Supported API: true

Returns:
ObjectIdentifier
Throws:
WTException

getIterationObjectId

ObjectIdentifier getIterationObjectId()
                                      throws WTException
Gets the value of the attribute: iterationObjectId; Returns ObjectIdentifier of original.

Supported API: true

Returns:
ObjectIdentifier
Throws:
WTException

isDirectRepresentationOf

boolean isDirectRepresentationOf()
                                 throws WTException
Gets the value of the attribute: directRepresentationOf; Specifies whether image is direct image of original.

Supported API: true

Returns:
boolean
Throws:
WTException