org.eclipse.xtext.xtend2.xtend2
Interface CreateExtensionInfo

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

public interface CreateExtensionInfo
extends JvmIdentifiableElement

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

The following features are supported:

See Also:
Xtend2Package.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.xtext.common.types.JvmIdentifiableElement
getIdentifier, getQualifiedName, getQualifiedName, getSimpleName
 
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

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), Xtend2Package.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 "this".

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), Xtend2Package.getCreateExtensionInfo_Name()
EMF generated code
EMF model element
default="this"

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