Package 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

    Modifier and Type
    Method
    Description
    Gets the value of the attribute: asStoredName; Returns asStoredName of the original EPMDocument.
    Gets the value of the attribute: CADName; Returns CADName of the original EPMDocument.
    Gets the value of the attribute: iterationObjectId; Returns ObjectIdentifier of original.
    Gets the value of the attribute: masterObjectId; Returns ObjectIdentifier of master of original

    Supported API: true
    boolean
    Gets the value of the attribute: directRepresentationOf; Specifies whether image is direct image of original.
  • Method Details

    • 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