Package org.omg.smm
Interface Operation
- All Superinterfaces:
AbstractMeasureElement,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,SmmElement
- All Known Implementing Classes:
OperationImpl
public interface Operation extends AbstractMeasureElement
A representation of the model object 'Operation'.
The following features are supported:
- See Also:
SmmPackage.getOperation()
-
Method Summary
Modifier and Type Method Description StringgetBody()Returns the value of the 'Body' attribute.StringgetLanguage()Returns the value of the 'Language' attribute.StringgetParamStrings()voidsetBody(String value)Sets the value of the 'Body' attribute.voidsetLanguage(String value)Sets the value of the 'Language' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.omg.smm.SmmElement
getAnnotations, getAttributes, getDescription, getInRelationships, getName, getOutRelationships, getShortDescription, setDescription, setName, setShortDescription
-
Method Details
-
getBody
String getBody()Returns the value of the 'Body' attribute.- Returns:
- the value of the 'Body' attribute.
- See Also:
setBody(String),SmmPackage.getOperation_Body()
-
setBody
Sets the value of the 'Body' attribute.- Parameters:
value- the new value of the 'Body' attribute.- See Also:
getBody()
-
getLanguage
String getLanguage()Returns the value of the 'Language' attribute.- Returns:
- the value of the 'Language' attribute.
- See Also:
setLanguage(String),SmmPackage.getOperation_Language()
-
setLanguage
Sets the value of the 'Language' attribute.- Parameters:
value- the new value of the 'Language' attribute.- See Also:
getLanguage()
-
getParamStrings
String getParamStrings()
-