Interface multiSelectPart
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
multiSelectPartImpl
public interface multiSelectPart
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'multi Select Part'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionde.uni_hildesheim.sse.vil.expressions.expressionDsl.ExpressiongetCase()Returns the value of the 'Case' containment reference.getCode()Returns the value of the 'Code' containment reference.Returns the value of the 'Selector' containment reference.voidsetCase(de.uni_hildesheim.sse.vil.expressions.expressionDsl.Expression value) Sets the value of the 'Case' containment reference.voidSets the value of the 'Code' containment reference.voidsetSelector(StmtBlock value) Sets the value of the 'Selector' 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
-
getCase
de.uni_hildesheim.sse.vil.expressions.expressionDsl.Expression getCase()Returns the value of the 'Case' containment reference.- Returns:
- the value of the 'Case' containment reference.
- See Also:
-
setCase
void setCase(de.uni_hildesheim.sse.vil.expressions.expressionDsl.Expression value) Sets the value of the 'Case' containment reference.- Parameters:
value- the new value of the 'Case' containment reference.- See Also:
-
getCode
StmtBlock getCode()Returns the value of the 'Code' containment reference.- Returns:
- the value of the 'Code' containment reference.
- See Also:
-
setCode
Sets the value of the 'Code' containment reference.- Parameters:
value- the new value of the 'Code' containment reference.- See Also:
-
getSelector
StmtBlock getSelector()Returns the value of the 'Selector' containment reference.- Returns:
- the value of the 'Selector' containment reference.
- See Also:
-
setSelector
Sets the value of the 'Selector' containment reference.- Parameters:
value- the new value of the 'Selector' containment reference.- See Also:
-