wt.epm.ndi
Interface EPMNDStructReplaceAnnotation

All Superinterfaces:
EPMNDStructureAnnotation

public interface EPMNDStructReplaceAnnotation
extends EPMNDStructureAnnotation



Supported API: true

Extendable: false


Method Summary
 String getReplaceByCADName()
          Gets the value of the attribute: replaceByCADName.
 ObjectIdentifier getReplaceByMasterId()
          Gets the value of the attribute: replaceByMasterId.
 String getReplaceUsingCADName()
          Gets the value of the attribute: replaceUsingCADName.
 ObjectIdentifier getReplaceUsingMasterId()
          Gets the value of the attribute: replaceUsingMasterId.
 
Methods inherited from interface wt.epm.ndi.EPMNDStructureAnnotation
getType
 

Method Detail

getReplaceByCADName

String getReplaceByCADName()
                           throws WTException
Gets the value of the attribute: replaceByCADName.

Supported API: true

Returns:
String
Throws:
WTException

getReplaceByMasterId

ObjectIdentifier getReplaceByMasterId()
                                      throws WTException
Gets the value of the attribute: replaceByMasterId.

Supported API: true

Returns:
ObjectIdentifier
Throws:
WTException

getReplaceUsingCADName

String getReplaceUsingCADName()
                              throws WTException
Gets the value of the attribute: replaceUsingCADName.

Supported API: true

Returns:
String
Throws:
WTException

getReplaceUsingMasterId

ObjectIdentifier getReplaceUsingMasterId()
                                         throws WTException
Gets the value of the attribute: replaceUsingMasterId.

Supported API: true

Returns:
ObjectIdentifier
Throws:
WTException