org.eclipse.xtext.xtend2.richstring
Interface LinePart

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
ElseIfCondition, ElseStart, EndIf, ForLoopEnd, ForLoopStart, IfConditionStart, LineBreak, Literal, PrintedExpression
All Known Implementing Classes:
ElseIfConditionImpl, ElseStartImpl, EndIfImpl, ForLoopEndImpl, ForLoopStartImpl, IfConditionStartImpl, LineBreakImpl, LinePartImpl, LiteralImpl, PrintedExpressionImpl

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

A representation of the model object 'Line Part'.

The following features are supported:

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

Method Summary
 Line getLine()
          Returns the value of the 'Line' container reference.
 void setLine(Line value)
          Sets the value of the 'Line' 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

getLine

Line getLine()
Returns the value of the 'Line' container reference. It is bidirectional and its opposite is 'Parts'.

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

Returns:
the value of the 'Line' container reference.
See Also:
setLine(Line), ProcessedRichStringPackage.getLinePart_Line(), Line.getParts()
EMF generated code
EMF model element
opposite="parts" transient="false"

setLine

void setLine(Line value)
Sets the value of the 'Line' container reference.

Parameters:
value - the new value of the 'Line' container reference.
See Also:
getLine()
EMF generated code