Package org.eclipse.m2m.atl.emftvm
Interface Parameter
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- NamedElement,- org.eclipse.emf.common.notify.Notifier,- TypedElement
- All Known Implementing Classes:
- ParameterImpl
 A representation of the model object 'Parameter'.
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of the 'Operation' container reference.voidsetOperation(Operation value) Sets the value of the 'Operation' container reference.Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.m2m.atl.emftvm.NamedElementgetName, setNameMethods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.eclipse.m2m.atl.emftvm.TypedElementgetEType, getType, getTypeModel, setEType, setType, setTypeModel
- 
Method Details- 
getOperationOperation getOperation()Returns the value of the 'Operation' container reference. It is bidirectional and its opposite is 'Parameters'.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:
 
- 
setOperationSets the value of the 'Operation' container reference.- Parameters:
- value- the new value of the 'Operation' container reference.
- See Also:
 
 
-