Interface SeffReferenceParameter
-
- All Known Implementing Classes:
SeffReferenceParameterImpl
public interface SeffReferenceParameter extends EObject
A representation of the model object 'Seff Reference Parameter'.The following features are supported:
- See Also:
RepoLangPackage.getSeffReferenceParameter()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getReferenceName()
Returns the value of the 'Reference Name' attribute.EList<SeffVariableChar>
getValues()
Returns the value of the 'Values' containment reference list.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 Detail
-
getReferenceName
String getReferenceName()
Returns the value of the 'Reference Name' attribute.- Returns:
- the value of the 'Reference Name' attribute.
- See Also:
setReferenceName(String)
,RepoLangPackage.getSeffReferenceParameter_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.getSeffReferenceParameter_Values()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
-