org.eclipse.xtend.core.richstring
Interface PrintedExpression

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

public interface PrintedExpression
extends LinePart

A representation of the model object 'Printed Expression'.

The following features are supported:

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

Method Summary
 XExpression getExpression()
          Returns the value of the 'Expression' reference.
 void setExpression(XExpression value)
          Sets the value of the 'Expression' reference.
 
Methods inherited from interface org.eclipse.xtend.core.richstring.LinePart
getLine, setLine
 
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

getExpression

XExpression getExpression()
Returns the value of the 'Expression' reference.

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

Returns:
the value of the 'Expression' reference.
See Also:
setExpression(XExpression), ProcessedRichStringPackage.getPrintedExpression_Expression()
EMF generated code
EMF model element

setExpression

void setExpression(XExpression value)
Sets the value of the 'Expression' reference.

Parameters:
value - the new value of the 'Expression' reference.
See Also:
getExpression()
EMF generated code