public interface OperationBody
A representation of the model object 'Operation Body'.
The following features are supported:
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 |
---|
ImperativeOperation getOperation()
Body
'.
If the meaning of the 'Operation' container reference isn't clear, there really should be more of a description here...
setOperation(ImperativeOperation)
,
QvtoperationalPackage.getOperationBody_Operation()
,
ImperativeOperation.getBody()
void setOperation(ImperativeOperation value)
Operation
' container reference.
value
- the new value of the 'Operation' container reference.getOperation()
org.eclipse.emf.common.util.EList<OclExpression> getContent()
OclExpression
.
If the meaning of the 'Content' containment reference list isn't clear, there really should be more of a description here...
QvtoperationalPackage.getOperationBody_Content()
org.eclipse.emf.common.util.EList<Variable> getVariable()
Variable
.
If the meaning of the 'Variable' containment reference list isn't clear, there really should be more of a description here...
QvtoperationalPackage.getOperationBody_Variable()