org.eclipse.ocl.examples.xtext.markup
Interface CompoundElement

All Superinterfaces:
org.eclipse.emf.ecore.EObject, MarkupElement, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
BulletElement, FontElement, FootnoteElement, HeadingElement, Markup, NullElement, OCLCodeElement, OCLEvalElement, OCLTextElement
All Known Implementing Classes:
BulletElementImpl, CompoundElementImpl, FontElementImpl, FootnoteElementImpl, HeadingElementImpl, MarkupImpl, NullElementImpl, OCLCodeElementImpl, OCLEvalElementImpl, OCLTextElementImpl

public interface CompoundElement
extends MarkupElement

A representation of the model object 'Compound Element'.

The following features are supported:

See Also:
MarkupPackage.getCompoundElement()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<MarkupElement> getElements()
          Returns the value of the 'Elements' containment reference list.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.markup.MarkupElement
getOwner, getUniqueId, setOwner
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, 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<MarkupElement> getElements()
Returns the value of the 'Elements' containment reference list. The list contents are of type MarkupElement. It is bidirectional and its opposite is 'Owner'.

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:
MarkupPackage.getCompoundElement_Elements(), MarkupElement.getOwner()
Generated
Model
opposite="owner" containment="true"