public interface CompoundElement extends AbstractElement
The following features are supported:
XtextPackage.getCompoundElement()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<AbstractElement> |
getElements()
Returns the value of the 'Elements' containment reference list.
|
getCardinality, isFirstSetPredicated, isPredicated, setCardinality, setFirstSetPredicated, setPredicatedorg.eclipse.emf.common.util.EList<AbstractElement> getElements()
AbstractElement.
If the meaning of the 'Elements' containment reference list isn't clear, there really should be more of a description here...
XtextPackage.getCompoundElement_Elements()