org.eclipse.xtend.core.richstring
Interface ProcessedRichString

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

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

A representation of the model object 'Processed Rich String'.

The following features are supported:

See Also:
ProcessedRichStringPackage.getProcessedRichString()
EMF generated code
EMF model element

Method Summary
 org.eclipse.emf.common.util.EList<Line> getLines()
          Returns the value of the 'Lines' containment reference list.
 RichString getRichString()
          Returns the value of the 'Rich String' reference.
 void setRichString(RichString value)
          Sets the value of the 'Rich String' reference.
 
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

getRichString

RichString getRichString()
Returns the value of the 'Rich String' reference.

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

Returns:
the value of the 'Rich String' reference.
See Also:
setRichString(RichString), ProcessedRichStringPackage.getProcessedRichString_RichString()
EMF generated code
EMF model element

setRichString

void setRichString(RichString value)
Sets the value of the 'Rich String' reference.

Parameters:
value - the new value of the 'Rich String' reference.
See Also:
getRichString()
EMF generated code

getLines

org.eclipse.emf.common.util.EList<Line> getLines()
Returns the value of the 'Lines' containment reference list. The list contents are of type Line. It is bidirectional and its opposite is 'Rich String'.

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

Returns:
the value of the 'Lines' containment reference list.
See Also:
ProcessedRichStringPackage.getProcessedRichString_Lines(), Line.getRichString()
EMF generated code
EMF model element
opposite="richString" containment="true"