Interface Parameter
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,Variable
,VariableOrNode
- All Known Implementing Classes:
ParameterImpl
A representation of the model object 'Parameter'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Binding' attribute.Returns the value of the 'Parameter Type' reference.void
setBinding
(ParameterBinding value) Sets the value of the 'Binding
' attribute.void
setParameterType
(Relation value) Sets the value of the 'Parameter Type
' 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 tools.refinery.language.model.problem.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getParameterType
Relation getParameterType()Returns the value of the 'Parameter Type' reference.- Returns:
- the value of the 'Parameter Type' reference.
- See Also:
-
setParameterType
Sets the value of the 'Parameter Type
' reference.- Parameters:
value
- the new value of the 'Parameter Type' reference.- See Also:
-
getBinding
ParameterBinding getBinding()Returns the value of the 'Binding' attribute. The literals are from the enumerationParameterBinding
.- Returns:
- the value of the 'Binding' attribute.
- See Also:
-
setBinding
Sets the value of the 'Binding
' attribute.- Parameters:
value
- the new value of the 'Binding' attribute.- See Also:
-