Interface ParameterValue
- All Known Implementing Classes:
ParameterValueImpl
A representation of the model object 'Parameter Value'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Argument' containment reference.Returns the value of the 'Param Ref' reference.void
setArgument
(Expression value) Sets the value of the 'Argument
' containment reference.void
setParamRef
(Parameter value) Sets the value of the 'Param Ref
' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getParamRef
Parameter getParamRef()Returns the value of the 'Param Ref' reference.- Returns:
- the value of the 'Param Ref' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setParamRef
Sets the value of the 'Param Ref
' reference.- Parameters:
value
- the new value of the 'Param Ref' reference.- See Also:
- Generated class or method.
-
getArgument
Expression getArgument()Returns the value of the 'Argument' containment reference.- Returns:
- the value of the 'Argument' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setArgument
Sets the value of the 'Argument
' containment reference.- Parameters:
value
- the new value of the 'Argument' containment reference.- See Also:
- Generated class or method.
-