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.voidsetKind(ParameterKind value) Sets the value of the 'Kind' attribute.voidsetParameterType(Relation value) Sets the value of the 'Parameter Type' reference.Methods inherited from interface tools.refinery.language.model.problem.AnnotatedElement
getAnnotations, setAnnotationsMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface tools.refinery.language.model.problem.NamedElement
getName, setNameMethods 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:
-