org.eclipse.gmt.umlx.qvtoperational
Interface MappingBody

All Superinterfaces:
Element, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Object, OperationBody

public interface MappingBody
extends OperationBody

A representation of the model object 'Mapping Body'.

The following features are supported:

See Also:
QvtoperationalPackage.getMappingBody()

Method Summary
 org.eclipse.emf.common.util.EList<OclExpression> getEndSection()
          Returns the value of the 'End Section' containment reference list.
 org.eclipse.emf.common.util.EList<OclExpression> getInitSection()
          Returns the value of the 'Init Section' containment reference list.
 
Methods inherited from interface org.eclipse.gmt.umlx.qvtoperational.OperationBody
getContent, getOperation, getVariable, setOperation
 
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

getInitSection

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

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

Returns:
the value of the 'Init Section' containment reference list.
See Also:
QvtoperationalPackage.getMappingBody_InitSection()

getEndSection

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

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

Returns:
the value of the 'End Section' containment reference list.
See Also:
QvtoperationalPackage.getMappingBody_EndSection()