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

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

public interface TextElement
extends MarkupElement

A representation of the model object 'Text Element'.

The following features are supported:

See Also:
MarkupPackage.getTextElement()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<java.lang.String> getText()
          Returns the value of the 'Text' attribute 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

getText

org.eclipse.emf.common.util.EList<java.lang.String> getText()
Returns the value of the 'Text' attribute list. The list contents are of type String.

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

Returns:
the value of the 'Text' attribute list.
See Also:
MarkupPackage.getTextElement_Text()
Generated
Model
unique="false"