org.eclipse.xtext.ui.codetemplates.templates
Interface Dollar

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

public interface Dollar
extends TemplatePart

A representation of the model object 'Dollar'.

The following features are supported:

See Also:
TemplatesPackage.getDollar()
EMF generated code
EMF model element

Method Summary
 boolean isEscaped()
          Returns the value of the 'Escaped' attribute
 void setEscaped(boolean value)
          Sets the value of the 'Escaped' attribute
 
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

isEscaped

boolean isEscaped()
Returns the value of the 'Escaped' attribute.

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

Returns:
the value of the 'Escaped' attribute.
See Also:
setEscaped(boolean), TemplatesPackage.getDollar_Escaped()
EMF generated code
EMF model element

setEscaped

void setEscaped(boolean value)
Sets the value of the 'Escaped' attribute.

Parameters:
value - the new value of the 'Escaped' attribute.
See Also:
isEscaped()
EMF generated code