public interface ExceptionHandler extends ModelElement
The following features are supported:
ActivityPackage.getExceptionHandler()| Modifier and Type | Method and Description |
|---|---|
ObjectNode |
getExceptionInput()
Returns the value of the 'Exception Input' reference.
|
org.eclipse.emf.common.util.EList<AbstractType> |
getExceptionTypes()
Returns the value of the 'Exception Types' reference list.
|
ExecutableNode |
getHandlerBody()
Returns the value of the 'Handler Body' reference.
|
ExecutableNode |
getProtectedNode()
Returns the value of the 'Protected Node' container reference.
|
void |
setExceptionInput(ObjectNode value)
Sets the value of the '
Exception Input' reference. |
void |
setHandlerBody(ExecutableNode value)
Sets the value of the '
Handler Body' reference. |
void |
setProtectedNode(ExecutableNode value)
Sets the value of the '
Protected Node' container reference. |
destroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsExecutableNode getProtectedNode()
Owned Handlers'.
If the meaning of the 'Protected Node' container reference isn't clear, there really should be more of a description here...
setProtectedNode(ExecutableNode),
ActivityPackage.getExceptionHandler_ProtectedNode(),
ExecutableNode.getOwnedHandlers()void setProtectedNode(ExecutableNode value)
Protected Node' container reference.
value - the new value of the 'Protected Node' container reference.getProtectedNode()ExecutableNode getHandlerBody()
If the meaning of the 'Handler Body' reference isn't clear, there really should be more of a description here...
setHandlerBody(ExecutableNode),
ActivityPackage.getExceptionHandler_HandlerBody()void setHandlerBody(ExecutableNode value)
Handler Body' reference.
value - the new value of the 'Handler Body' reference.getHandlerBody()ObjectNode getExceptionInput()
If the meaning of the 'Exception Input' reference isn't clear, there really should be more of a description here...
setExceptionInput(ObjectNode),
ActivityPackage.getExceptionHandler_ExceptionInput()void setExceptionInput(ObjectNode value)
Exception Input' reference.
value - the new value of the 'Exception Input' reference.getExceptionInput()org.eclipse.emf.common.util.EList<AbstractType> getExceptionTypes()
AbstractType.
If the meaning of the 'Exception Types' reference list isn't clear, there really should be more of a description here...
ActivityPackage.getExceptionHandler_ExceptionTypes()