org.eclipse.modisco.omg.smm
Interface Operation

All Superinterfaces:
AbstractMeasureElement, SmmElement

public interface Operation
extends AbstractMeasureElement

A representation of the model object 'Operation'.

The following features are supported:

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

Method Summary
 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.
 
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

getLanguage

java.lang.String getLanguage()
Returns the value of the 'Language' attribute.

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

Returns:
the value of the 'Language' attribute.
See Also:
setLanguage(String), SmmPackage.getOperation_Language()
Generated:
Model:

setLanguage

void setLanguage(java.lang.String value)
Sets the value of the 'Language' attribute.

Parameters:
value - the new value of the 'Language' attribute.
See Also:
getLanguage()
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.getOperation_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:

getParamStrings

 getParamStrings()

Generated:
Model:
kind="operation"