public interface EmitterExceptionContext
The following features are supported:
ContextPackage.getEmitterExceptionContext()
Modifier and Type | Method and Description |
---|---|
InlineExitContext |
createInlineExit()
This method will return a new InlineExitContext object that
is contained by this object.
|
PostExitContext |
createPostExit()
This method will return a new PostExitContext object that
is contained by this object.
|
PreExitContext |
createPreExit()
This method will return a new PreExitContext object that
is contained by this object.
|
java.util.List |
getInlineExit()
Returns the value of the 'Inline Exit' containment reference list.
|
InlineExitContext[] |
getInlineExitAsArray()
Returns the array value of the 'Inline Exit' containment reference list.
|
InlineExitContext |
getInlineExitContext(java.lang.String inlineName) |
PostExitContext |
getPostExit()
Returns the value of the 'Post Exit' containment reference.
|
PreExitContext |
getPreExit()
Returns the value of the 'Pre Exit' containment reference.
|
java.lang.String |
getTopicEmitterName()
Returns the value of the 'Topic Emitter Name' attribute.
|
boolean |
isAnyPluginFailure()
Returns the value of the 'Any Plugin Failure' attribute.
|
boolean |
isSetAnyPluginFailure()
Returns whether the value of the '
Any Plugin Failure ' attribute is set. |
void |
setAnyPluginFailure(boolean value)
Sets the value of the '
Any Plugin Failure ' attribute. |
void |
setPostExit(PostExitContext value)
Sets the value of the '
Post Exit ' containment reference. |
void |
setPreExit(PreExitContext value)
Sets the value of the '
Pre Exit ' containment reference. |
void |
setTopicEmitterName(java.lang.String value)
Sets the value of the '
Topic Emitter Name ' attribute. |
void |
unsetAnyPluginFailure()
Unsets the value of the '
Any Plugin Failure ' attribute. |
PreExitContext getPreExit()
If the meaning of the 'Pre Exit' containment reference isn't clear, there really should be more of a description here...
setPreExit(PreExitContext)
,
ContextPackage.getEmitterExceptionContext_PreExit()
void setPreExit(PreExitContext value)
Pre Exit
' containment reference.
value
- the new value of the 'Pre Exit' containment reference.getPreExit()
PreExitContext createPreExit()
createDataObject("preExit")
.java.util.List getInlineExit()
InlineExitContext
.
If the meaning of the 'Inline Exit' containment reference list isn't clear, there really should be more of a description here...
ContextPackage.getEmitterExceptionContext_InlineExit()
InlineExitContext getInlineExitContext(java.lang.String inlineName)
InlineExitContext[] getInlineExitAsArray()
If the meaning of the 'Inline Exit' containment reference list isn't clear, there really should be more of a description here...
ContextPackage.getEmitterExceptionContext_InlineExit()
InlineExitContext createInlineExit()
createDataObject("inlineExit")
.PostExitContext getPostExit()
If the meaning of the 'Post Exit' containment reference isn't clear, there really should be more of a description here...
setPostExit(PostExitContext)
,
ContextPackage.getEmitterExceptionContext_PostExit()
void setPostExit(PostExitContext value)
Post Exit
' containment reference.
value
- the new value of the 'Post Exit' containment reference.getPostExit()
PostExitContext createPostExit()
createDataObject("postExit")
.boolean isAnyPluginFailure()
If the meaning of the 'Any Plugin Failure' attribute isn't clear, there really should be more of a description here...
isSetAnyPluginFailure()
,
unsetAnyPluginFailure()
,
setAnyPluginFailure(boolean)
,
ContextPackage.getEmitterExceptionContext_AnyPluginFailure()
void setAnyPluginFailure(boolean value)
Any Plugin Failure
' attribute.
value
- the new value of the 'Any Plugin Failure' attribute.isSetAnyPluginFailure()
,
unsetAnyPluginFailure()
,
isAnyPluginFailure()
void unsetAnyPluginFailure()
Any Plugin Failure
' attribute.
isSetAnyPluginFailure()
,
isAnyPluginFailure()
,
setAnyPluginFailure(boolean)
boolean isSetAnyPluginFailure()
Any Plugin Failure
' attribute is set.
unsetAnyPluginFailure()
,
isAnyPluginFailure()
,
setAnyPluginFailure(boolean)
java.lang.String getTopicEmitterName()
If the meaning of the 'Topic Emitter Name' attribute isn't clear, there really should be more of a description here...
setTopicEmitterName(String)
,
ContextPackage.getEmitterExceptionContext_TopicEmitterName()
void setTopicEmitterName(java.lang.String value)
Topic Emitter Name
' attribute.
value
- the new value of the 'Topic Emitter Name' attribute.getTopicEmitterName()