org.eclipse.xtend.core.richstring
Interface Line

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

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

A representation of the model object 'Line'.

The following features are supported:

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

Method Summary
 org.eclipse.emf.common.util.EList<LinePart> getParts()
          Returns the value of the 'Parts' containment reference list.
 ProcessedRichString getRichString()
          Returns the value of the 'Rich String' container reference.
 void setRichString(ProcessedRichString value)
          Sets the value of the 'Rich String' container 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

getParts

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

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

Returns:
the value of the 'Parts' containment reference list.
See Also:
ProcessedRichStringPackage.getLine_Parts(), LinePart.getLine()
EMF generated code
EMF model element
opposite="line" containment="true"

getRichString

ProcessedRichString getRichString()
Returns the value of the 'Rich String' container reference. It is bidirectional and its opposite is 'Lines'.

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

Returns:
the value of the 'Rich String' container reference.
See Also:
setRichString(ProcessedRichString), ProcessedRichStringPackage.getLine_RichString(), ProcessedRichString.getLines()
EMF generated code
EMF model element
opposite="lines" transient="false"

setRichString

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

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