Interface Expression
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ExpressionImpl
public interface Expression
extends org.eclipse.emf.ecore.EObject
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetExpr()Returns the value of the 'Expr' containment reference.getInit()Returns the value of the 'Init' containment reference.voidsetExpr(LogicalExpression value) Sets the value of the 'Expr' containment reference.voidsetInit(ContainerInitializer value) Sets the value of the 'Init' containment reference.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
-
getExpr
LogicalExpression getExpr()Returns the value of the 'Expr' containment reference.- Returns:
- the value of the 'Expr' containment reference.
- See Also:
-
setExpr
Sets the value of the 'Expr' containment reference.- Parameters:
value- the new value of the 'Expr' containment reference.- See Also:
-
getInit
ContainerInitializer getInit()Returns the value of the 'Init' containment reference.- Returns:
- the value of the 'Init' containment reference.
- See Also:
-
setInit
Sets the value of the 'Init' containment reference.- Parameters:
value- the new value of the 'Init' containment reference.- See Also:
-