Package wt.epm.ndi
Interface EPMNDDerivedFrom
public interface EPMNDDerivedFrom
information about the original from which the representation is derived
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionGets 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: truebooleanGets the value of the attribute: directRepresentationOf; Specifies whether image is direct image of original.
-
Method Details
-
getCADName
Gets the value of the attribute: CADName; Returns CADName of the original EPMDocument.
Supported API: true- Returns:
- String
- Throws:
WTException
-
getAsStoredName
Gets the value of the attribute: asStoredName; Returns asStoredName of the original EPMDocument.
Supported API: true- Returns:
- String
- Throws:
WTException
-
getMasterObjectId
Gets the value of the attribute: masterObjectId; Returns ObjectIdentifier of master of original
Supported API: true- Returns:
- ObjectIdentifier
- Throws:
WTException
-
getIterationObjectId
Gets the value of the attribute: iterationObjectId; Returns ObjectIdentifier of original.
Supported API: true- Returns:
- ObjectIdentifier
- Throws:
WTException
-
isDirectRepresentationOf
Gets the value of the attribute: directRepresentationOf; Specifies whether image is direct image of original.
Supported API: true- Returns:
- boolean
- Throws:
WTException
-