org.eclipse.gmt.umlx.qvtoperational
Interface OperationBody

All Superinterfaces:
Element, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Object
All Known Subinterfaces:
ConstructorBody, MappingBody

public interface OperationBody
extends Element

A representation of the model object 'Operation Body'.

The following features are supported:

See Also:
QvtoperationalPackage.getOperationBody()

Method Summary
 org.eclipse.emf.common.util.EList<OclExpression> getContent()
          Returns the value of the 'Content' containment reference list.
 ImperativeOperation getOperation()
          Returns the value of the 'Operation' container reference.
 org.eclipse.emf.common.util.EList<Variable> getVariable()
          Returns the value of the 'Variable' containment reference list.
 void setOperation(ImperativeOperation value)
          Sets the value of the 'Operation' container reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.emof.Element
getOwnedComment, getTag
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getOperation

ImperativeOperation getOperation()
Returns the value of the 'Operation' container reference. It is bidirectional and its opposite is 'Body'.

If the meaning of the 'Operation' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Operation' container reference.
See Also:
setOperation(ImperativeOperation), QvtoperationalPackage.getOperationBody_Operation(), ImperativeOperation.getBody()

setOperation

void setOperation(ImperativeOperation value)
Sets the value of the 'Operation' container reference.

Parameters:
value - the new value of the 'Operation' container reference.
See Also:
getOperation()

getContent

org.eclipse.emf.common.util.EList<OclExpression> getContent()
Returns the value of the 'Content' containment reference list. The list contents are of type OclExpression.

If the meaning of the 'Content' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Content' containment reference list.
See Also:
QvtoperationalPackage.getOperationBody_Content()

getVariable

org.eclipse.emf.common.util.EList<Variable> getVariable()
Returns the value of the 'Variable' containment reference list. The list contents are of type Variable.

If the meaning of the 'Variable' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Variable' containment reference list.
See Also:
QvtoperationalPackage.getOperationBody_Variable()