Interface SeffReferenceParameter
- All Known Implementing Classes:
SeffReferenceParameterImpl
A representation of the model object 'Seff Reference 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 'Reference Name' attribute.Returns the value of the 'Values' containment reference list.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, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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"
-