Interface LoopVariable
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
LoopVariableImpl
public interface LoopVariable
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Loop Variable'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionde.uni_hildesheim.sse.vil.expressions.expressionDsl.TypegetType()Returns the value of the 'Type' containment reference.getVar()Returns the value of the 'Var' attribute.voidsetType(de.uni_hildesheim.sse.vil.expressions.expressionDsl.Type value) Sets the value of the 'Type' containment reference.voidSets the value of the 'Var' 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
-
getType
de.uni_hildesheim.sse.vil.expressions.expressionDsl.Type getType()Returns the value of the 'Type' containment reference.- Returns:
- the value of the 'Type' containment reference.
- See Also:
-
setType
void setType(de.uni_hildesheim.sse.vil.expressions.expressionDsl.Type value) Sets the value of the 'Type' containment reference.- Parameters:
value- the new value of the 'Type' containment reference.- See Also:
-
getVar
String getVar()Returns the value of the 'Var' attribute.- Returns:
- the value of the 'Var' attribute.
- See Also:
-
setVar
Sets the value of the 'Var' attribute.- Parameters:
value- the new value of the 'Var' attribute.- See Also:
-