org.eclipse.modisco.omg.smm
Interface OCLOperation

All Superinterfaces:
AbstractMeasureElement, SmmElement

public interface OCLOperation
extends AbstractMeasureElement

A representation of the model object 'OCL Operation'.

The following features are supported:

See Also:
SmmPackage.getOCLOperation()
Generated:
Model:

Method Summary
 java.lang.String getBody()
          Returns the value of the 'Body' attribute.
 java.lang.String getContext()
          Returns the value of the 'Context' attribute.
 void setBody(java.lang.String value)
          Sets the value of the 'Body' attribute.
 void setContext(java.lang.String value)
          Sets the value of the 'Context' attribute.
 
Methods inherited from interface org.eclipse.modisco.omg.smm.AbstractMeasureElement
getInCategory
 
Methods inherited from interface org.eclipse.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescription
 

Method Detail

getContext

java.lang.String getContext()
Returns the value of the 'Context' attribute.

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

Returns:
the value of the 'Context' attribute.
See Also:
setContext(String), SmmPackage.getOCLOperation_Context()
Generated:
Model:

setContext

void setContext(java.lang.String value)
Sets the value of the 'Context' attribute.

Parameters:
value - the new value of the 'Context' attribute.
See Also:
getContext()
Generated:

getBody

java.lang.String getBody()
Returns the value of the 'Body' attribute.

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

Returns:
the value of the 'Body' attribute.
See Also:
setBody(String), SmmPackage.getOCLOperation_Body()
Generated:
Model:

setBody

void setBody(java.lang.String value)
Sets the value of the 'Body' attribute.

Parameters:
value - the new value of the 'Body' attribute.
See Also:
getBody()
Generated: