com.ibm.websphere.wim.pluginmanager.context
Interface InlineExitContext


public interface InlineExitContext

A representation of the model object 'Inline Exit Context'.

The following features are supported:

See Also:
ContextPackage.getInlineExitContext()
Model:
Generated:

Method Summary
 ModificationListContext createModificationListContext()
          This method will return a new ModificationListContext object that is contained by this object.
 java.lang.String getFailedSubscriber()
          Returns the value of the 'Failed Subscriber' attribute.
 java.lang.String getInlineExitName()
          Returns the value of the 'Inline Exit Name' attribute.
 ModificationListContext getModificationListContext()
          Returns the value of the 'Modification List Context' containment reference.
 boolean isIsSuccessful()
          Returns the value of the 'Is Successful' attribute.
 boolean isSetIsSuccessful()
          Returns whether the value of the 'Is Successful' attribute is set.
 void setFailedSubscriber(java.lang.String value)
          Sets the value of the 'Failed Subscriber' attribute.
 void setInlineExitName(java.lang.String value)
          Sets the value of the 'Inline Exit Name' attribute.
 void setIsSuccessful(boolean value)
          Sets the value of the 'Is Successful' attribute.
 void setModificationListContext(ModificationListContext value)
          Sets the value of the 'Modification List Context' containment reference.
 void unsetIsSuccessful()
          Unsets the value of the 'Is Successful' attribute.
 

Method Detail

getModificationListContext

ModificationListContext getModificationListContext()
Returns the value of the 'Modification List Context' containment reference.

If the meaning of the 'Modification List Context' containment reference isn't clear, there really should be more of a description here...

See Also:
setModificationListContext(ModificationListContext), ContextPackage.getInlineExitContext_ModificationListContext()
Model:
containment="true" resolveProxies="false" required="true"
Generated:
Return:
the value of the 'Modification List Context' containment reference.

setModificationListContext

void setModificationListContext(ModificationListContext value)
Sets the value of the 'Modification List Context' containment reference.

Parameters:
value - the new value of the 'Modification List Context' containment reference.
See Also:
getModificationListContext()
Generated:

createModificationListContext

ModificationListContext createModificationListContext()
This method will return a new ModificationListContext object that is contained by this object. This is equivalent to calling createDataObject("modificationListContext").

Generated:
Return:
ModificationListContext

getFailedSubscriber

java.lang.String getFailedSubscriber()
Returns the value of the 'Failed Subscriber' attribute.

If the meaning of the 'Failed Subscriber' attribute isn't clear, there really should be more of a description here...

See Also:
setFailedSubscriber(String), ContextPackage.getInlineExitContext_FailedSubscriber()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Failed Subscriber' attribute.

setFailedSubscriber

void setFailedSubscriber(java.lang.String value)
Sets the value of the 'Failed Subscriber' attribute.

Parameters:
value - the new value of the 'Failed Subscriber' attribute.
See Also:
getFailedSubscriber()
Generated:

getInlineExitName

java.lang.String getInlineExitName()
Returns the value of the 'Inline Exit Name' attribute.

If the meaning of the 'Inline Exit Name' attribute isn't clear, there really should be more of a description here...

See Also:
setInlineExitName(String), ContextPackage.getInlineExitContext_InlineExitName()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
Generated:
Return:
the value of the 'Inline Exit Name' attribute.

setInlineExitName

void setInlineExitName(java.lang.String value)
Sets the value of the 'Inline Exit Name' attribute.

Parameters:
value - the new value of the 'Inline Exit Name' attribute.
See Also:
getInlineExitName()
Generated:

isIsSuccessful

boolean isIsSuccessful()
Returns the value of the 'Is Successful' attribute. The default value is "true".

If the meaning of the 'Is Successful' attribute isn't clear, there really should be more of a description here...

See Also:
isSetIsSuccessful(), unsetIsSuccessful(), setIsSuccessful(boolean), ContextPackage.getInlineExitContext_IsSuccessful()
Model:
default="true" unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean"
Generated:
Return:
the value of the 'Is Successful' attribute.

setIsSuccessful

void setIsSuccessful(boolean value)
Sets the value of the 'Is Successful' attribute.

Parameters:
value - the new value of the 'Is Successful' attribute.
See Also:
isSetIsSuccessful(), unsetIsSuccessful(), isIsSuccessful()
Generated:

unsetIsSuccessful

void unsetIsSuccessful()
Unsets the value of the 'Is Successful' attribute.

See Also:
isSetIsSuccessful(), isIsSuccessful(), setIsSuccessful(boolean)
Generated:

isSetIsSuccessful

boolean isSetIsSuccessful()
Returns whether the value of the 'Is Successful' attribute is set.

See Also:
unsetIsSuccessful(), isIsSuccessful(), setIsSuccessful(boolean)
Generated:
Return:
whether the value of the 'Is Successful' attribute is set.