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

All Superinterfaces:
CompoundElement, org.eclipse.emf.ecore.EObject, MarkupElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
HeadingElementImpl

public interface HeadingElement
extends CompoundElement

A representation of the model object 'Heading Element'.

The following features are supported:

See Also:
MarkupPackage.getHeadingElement()
Generated
Model

Method Summary
 java.lang.String getLevel()
          Returns the value of the 'Level' attribute.
 void setLevel(java.lang.String value)
          Sets the value of the 'Level' attribute.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.markup.CompoundElement
getElements
 
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

getLevel

java.lang.String getLevel()
Returns the value of the 'Level' attribute.

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

Returns:
the value of the 'Level' attribute.
See Also:
setLevel(String), MarkupPackage.getHeadingElement_Level()
Generated
Model
derived="true"

setLevel

void setLevel(java.lang.String value)
Sets the value of the 'Level' attribute.

Parameters:
value - the new value of the 'Level' attribute.
See Also:
getLevel()
Generated