public interface Operation extends AbstractMeasureElement
The following features are supported:
SmmPackage.getOperation()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBody()
Returns the value of the 'Body' attribute.
|
java.lang.String |
getLanguage()
Returns the value of the 'Language' attribute.
|
|
getParamStrings() |
void |
setBody(java.lang.String value)
Sets the value of the '
Body' attribute. |
void |
setLanguage(java.lang.String value)
Sets the value of the '
Language' attribute. |
getInCategorygetAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescriptionjava.lang.String getLanguage()
If the meaning of the 'Language' attribute isn't clear, there really should be more of a description here...
setLanguage(String),
SmmPackage.getOperation_Language()void setLanguage(java.lang.String value)
Language' attribute.
value - the new value of the 'Language' attribute.getLanguage()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.getOperation_Body()void setBody(java.lang.String value)
Body' attribute.
value - the new value of the 'Body' attribute.getBody()getParamStrings()