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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
BulletElement, CompoundElement, FigureElement, FigureRefElement, FontElement, FootnoteElement, HeadingElement, Markup, NewLineElement, NullElement, OCLCodeElement, OCLEvalElement, OCLTextElement, TextElement
All Known Implementing Classes:
BulletElementImpl, CompoundElementImpl, FigureElementImpl, FigureRefElementImpl, FontElementImpl, FootnoteElementImpl, HeadingElementImpl, MarkupElementImpl, MarkupImpl, NewLineElementImpl, NullElementImpl, OCLCodeElementImpl, OCLEvalElementImpl, OCLTextElementImpl, TextElementImpl

public interface MarkupElement
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Element'.

The following features are supported:

See Also:
MarkupPackage.getMarkupElement()
Generated
Model

Method Summary
 CompoundElement getOwner()
          Returns the value of the 'Owner' container reference.
 int getUniqueId()
          Returns the value of the 'Unique Id' attribute.
 void setOwner(CompoundElement value)
          Sets the value of the 'Owner' container reference.
 
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

getOwner

CompoundElement getOwner()
Returns the value of the 'Owner' container reference. It is bidirectional and its opposite is 'Elements'.

If the meaning of the 'Owner' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Owner' container reference.
See Also:
setOwner(CompoundElement), MarkupPackage.getMarkupElement_Owner(), CompoundElement.getElements()
Generated
Model
opposite="elements" transient="false"

setOwner

void setOwner(CompoundElement value)
Sets the value of the 'Owner' container reference.

Parameters:
value - the new value of the 'Owner' container reference.
See Also:
getOwner()
Generated

getUniqueId

int getUniqueId()
Returns the value of the 'Unique Id' attribute.

If the meaning of the 'Unique Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Unique Id' attribute.
See Also:
MarkupPackage.getMarkupElement_UniqueId()
Generated
Model
transient="true" changeable="false" derived="true"