Interface Parameter
- All Superinterfaces:
AnnotatedElement
,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 TypeMethodDescriptiongetKind()
Returns the value of the 'Kind' attribute.Returns the value of the 'Parameter Type' reference.void
setKind
(ParameterKind value) Sets the value of the 'Kind
' attribute.void
setParameterType
(Relation value) Sets the value of the 'Parameter Type
' reference.Methods inherited from interface tools.refinery.language.model.problem.AnnotatedElement
getAnnotations, setAnnotations
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:
-
getKind
ParameterKind getKind()Returns the value of the 'Kind' attribute. The literals are from the enumerationParameterKind
.- Returns:
- the value of the 'Kind' attribute.
- See Also:
-
setKind
Sets the value of the 'Kind
' attribute.- Parameters:
value
- the new value of the 'Kind' attribute.- See Also:
-