Interface HintedExpression
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
HintedExpressionImpl
public interface HintedExpression
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Hinted Expression'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionde.uni_hildesheim.sse.vil.expressions.expressionDsl.ExpressiongetEx()Returns the value of the 'Ex' containment reference.getHint()Returns the value of the 'Hint' attribute.voidsetEx(de.uni_hildesheim.sse.vil.expressions.expressionDsl.Expression value) Sets the value of the 'Ex' containment reference.voidSets the value of the 'Hint' 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
-
getEx
de.uni_hildesheim.sse.vil.expressions.expressionDsl.Expression getEx()Returns the value of the 'Ex' containment reference.- Returns:
- the value of the 'Ex' containment reference.
- See Also:
-
setEx
void setEx(de.uni_hildesheim.sse.vil.expressions.expressionDsl.Expression value) Sets the value of the 'Ex' containment reference.- Parameters:
value- the new value of the 'Ex' containment reference.- See Also:
-
getHint
String getHint()Returns the value of the 'Hint' attribute.- Returns:
- the value of the 'Hint' attribute.
- See Also:
-
setHint
Sets the value of the 'Hint' attribute.- Parameters:
value- the new value of the 'Hint' attribute.- See Also:
-