Interface SeffCallParameter
-
- All Known Implementing Classes:
SeffCallParameterImpl
public interface SeffCallParameter extends EObject
A representation of the model object 'Seff Call Parameter'.The following features are supported:
- See Also:
RepoLangPackage.getSeffCallParameter()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SignatureParametergetParameter()Returns the value of the 'Parameter' reference.StringgetReferenceName()Returns the value of the 'Reference Name' attribute.EList<SeffVariableChar>getValues()Returns the value of the 'Values' containment reference list.voidsetParameter(SignatureParameter value)Sets the value of the 'Parameter' reference.voidsetReferenceName(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 Detail
-
getParameter
SignatureParameter getParameter()
Returns the value of the 'Parameter' reference.- Returns:
- the value of the 'Parameter' reference.
- See Also:
setParameter(SignatureParameter),RepoLangPackage.getSeffCallParameter_Parameter()- Generated class or method.
- EMF model class or method.
-
setParameter
void setParameter(SignatureParameter value)
Sets the value of the 'Parameter' reference.- Parameters:
value- the new value of the 'Parameter' reference.- See Also:
getParameter()- 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:
setReferenceName(String),RepoLangPackage.getSeffCallParameter_ReferenceName()- Generated class or method.
- EMF model class or method.
-
setReferenceName
void setReferenceName(String value)
Sets the value of the 'Reference Name' attribute.- Parameters:
value- the new value of the 'Reference Name' attribute.- See Also:
getReferenceName()- 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:
RepoLangPackage.getSeffCallParameter_Values()- Generated class or method.
- EMF model class or method.
- containment="true"
-
-