Package wt.epm.ndi
Interface EPMNDStructReplaceAnnotation
- All Superinterfaces:
EPMNDStructureAnnotation
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: replaceByCADName.Gets the value of the attribute: replaceByMasterId.Gets the value of the attribute: replaceUsingCADName.Gets the value of the attribute: replaceUsingMasterId.Methods inherited from interface wt.epm.ndi.EPMNDStructureAnnotation
getType
-
Method Details
-
getReplaceByCADName
Gets the value of the attribute: replaceByCADName.
Supported API: true- Returns:
- String
- Throws:
WTException
-
getReplaceByMasterId
Gets the value of the attribute: replaceByMasterId.
Supported API: true- Returns:
- ObjectIdentifier
- Throws:
WTException
-
getReplaceUsingCADName
Gets the value of the attribute: replaceUsingCADName.
Supported API: true- Returns:
- String
- Throws:
WTException
-
getReplaceUsingMasterId
Gets the value of the attribute: replaceUsingMasterId.
Supported API: true- Returns:
- ObjectIdentifier
- Throws:
WTException
-