Interface ContainerInitializerExpression
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ContainerInitializerExpressionImpl
public interface ContainerInitializerExpression
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Container Initializer Expression'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Container' containment reference.Returns the value of the 'Logical' containment reference.voidsetContainer(ContainerInitializer value) Sets the value of the 'Container' containment reference.voidsetLogical(LogicalExpression value) Sets the value of the 'Logical' 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
-
getLogical
LogicalExpression getLogical()Returns the value of the 'Logical' containment reference.- Returns:
- the value of the 'Logical' containment reference.
- See Also:
-
setLogical
Sets the value of the 'Logical' containment reference.- Parameters:
value- the new value of the 'Logical' containment reference.- See Also:
-
getContainer
ContainerInitializer getContainer()Returns the value of the 'Container' containment reference.- Returns:
- the value of the 'Container' containment reference.
- See Also:
-
setContainer
Sets the value of the 'Container' containment reference.- Parameters:
value- the new value of the 'Container' containment reference.- See Also:
-