Interface SeffCallParameter
- All Known Implementing Classes:
SeffCallParameterImpl
A representation of the model object 'Seff Call Parameter'.
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 'Parameter' reference.Returns the value of the 'Reference Name' attribute.Returns the value of the 'Values' containment reference list.void
setParameter
(SignatureParameter value) Sets the value of the 'Parameter
' reference.void
setReferenceName
(String value) Sets the value of the 'Reference Name
' attribute.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
-
getParameter
SignatureParameter getParameter()Returns the value of the 'Parameter' reference.- Returns:
- the value of the 'Parameter' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setParameter
Sets the value of the 'Parameter
' reference.- Parameters:
value
- the new value of the 'Parameter' reference.- See Also:
- Generated class or method.
-
getReferenceName
String getReferenceName()Returns the value of the 'Reference Name' attribute.- Returns:
- the value of the 'Reference Name' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setReferenceName
Sets the value of the 'Reference Name
' attribute.- Parameters:
value
- the new value of the 'Reference Name' attribute.- See Also:
- Generated class or method.
-
getValues
EList<SeffVariableChar> getValues()Returns the value of the 'Values' containment reference list. The list contents are of typeSeffVariableChar
.- Returns:
- the value of the 'Values' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-