org.eclipse.xtend.core.xtend
Interface CreateExtensionInfo

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

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

A representation of the model object 'Create Extension Info'.

The following features are supported:

See Also:
XtendPackage.getCreateExtensionInfo()
EMF generated code
EMF model element

Method Summary
 XExpression getCreateExpression()
          Returns the value of the 'Create Expression' containment reference.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 void setCreateExpression(XExpression value)
          Sets the value of the 'Create Expression' containment reference.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 
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

getCreateExpression

XExpression getCreateExpression()
Returns the value of the 'Create Expression' containment reference.

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

Returns:
the value of the 'Create Expression' containment reference.
See Also:
setCreateExpression(XExpression), XtendPackage.getCreateExtensionInfo_CreateExpression()
EMF generated code
EMF model element
containment="true"

setCreateExpression

void setCreateExpression(XExpression value)
Sets the value of the 'Create Expression' containment reference.

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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute. The default value is "it".

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), XtendPackage.getCreateExtensionInfo_Name()
EMF generated code
EMF model element
default="it"

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

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