public interface OCLOperation extends AbstractMeasureElement
The following features are supported:
SmmPackage.getOCLOperation()| Modifier and Type | Method and Description |
|---|---|
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. |
getInCategorygetAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescriptionjava.lang.String getContext()
If the meaning of the 'Context' attribute isn't clear, there really should be more of a description here...
setContext(String),
SmmPackage.getOCLOperation_Context()void setContext(java.lang.String value)
Context' attribute.
value - the new value of the 'Context' attribute.getContext()java.lang.String getBody()
If the meaning of the 'Body' attribute isn't clear, there really should be more of a description here...
setBody(String),
SmmPackage.getOCLOperation_Body()