Interface genericMultiselect
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
genericMultiselectImpl
public interface genericMultiselect
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'generic Multiselect'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<multiSelectPart> getPart()Returns the value of the 'Part' containment reference list.Returns the value of the 'Preamble' containment reference.Returns the value of the 'Selector' containment reference.Returns the value of the 'Trailer' containment reference.voidsetPreamble(StmtBlock value) Sets the value of the 'Preamble' containment reference.voidsetSelector(StmtBlock value) Sets the value of the 'Selector' containment reference.voidsetTrailer(StmtBlock value) Sets the value of the 'Trailer' 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
-
getPreamble
StmtBlock getPreamble()Returns the value of the 'Preamble' containment reference.- Returns:
- the value of the 'Preamble' containment reference.
- See Also:
-
setPreamble
Sets the value of the 'Preamble' containment reference.- Parameters:
value- the new value of the 'Preamble' 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:
-
getPart
org.eclipse.emf.common.util.EList<multiSelectPart> getPart()Returns the value of the 'Part' containment reference list. The list contents are of typemultiSelectPart.- Returns:
- the value of the 'Part' containment reference list.
- See Also:
-
getTrailer
StmtBlock getTrailer()Returns the value of the 'Trailer' containment reference.- Returns:
- the value of the 'Trailer' containment reference.
- See Also:
-
setTrailer
Sets the value of the 'Trailer' containment reference.- Parameters:
value- the new value of the 'Trailer' containment reference.- See Also:
-