org.eclipse.xtext
Interface CompoundElement

All Superinterfaces:
AbstractElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
Alternatives, Group, UnorderedGroup
All Known Implementing Classes:
AlternativesImpl, CompoundElementImpl, GroupImpl, UnorderedGroupImpl

public interface CompoundElement
extends AbstractElement

A representation of the model object 'Compound Element'.

The following features are supported:

See Also:
XtextPackage.getCompoundElement()
EMF generated code
EMF model element

Method Summary
 org.eclipse.emf.common.util.EList<AbstractElement> getElements()
          Returns the value of the 'Elements' containment reference list.
 
Methods inherited from interface org.eclipse.xtext.AbstractElement
getCardinality, isPredicated, setCardinality, setPredicated
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getElements

org.eclipse.emf.common.util.EList<AbstractElement> getElements()
Returns the value of the 'Elements' containment reference list. The list contents are of type AbstractElement.

If the meaning of the 'Elements' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Elements' containment reference list.
See Also:
XtextPackage.getCompoundElement_Elements()
EMF generated code
EMF model element
containment="true"