public interface MappingBody
A representation of the model object 'Mapping Body'.
The following features are supported:
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 |
---|
org.eclipse.emf.common.util.EList<OclExpression> getInitSection()
OclExpression
.
If the meaning of the 'Init Section' containment reference list isn't clear, there really should be more of a description here...
QvtoperationalPackage.getMappingBody_InitSection()
org.eclipse.emf.common.util.EList<OclExpression> getEndSection()
OclExpression
.
If the meaning of the 'End Section' containment reference list isn't clear, there really should be more of a description here...
QvtoperationalPackage.getMappingBody_EndSection()