org.eclipse.xtext.xtend2.xtend2
Interface XtendFile

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

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

A representation of the model object 'Xtend File'.

The following features are supported:

See Also:
Xtend2Package.getXtendFile()
EMF generated code
EMF model element

Method Summary
 org.eclipse.emf.common.util.EList<XtendImport> getImports()
          Returns the value of the 'Imports' containment reference list.
 java.lang.String getPackage()
          Returns the value of the 'Package' attribute
 XtendClass getXtendClass()
          Returns the value of the 'Xtend Class' containment reference
 void setPackage(java.lang.String value)
          Sets the value of the 'Package' attribute
 void setXtendClass(XtendClass value)
          Sets the value of the 'Xtend Class' containment 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

getImports

org.eclipse.emf.common.util.EList<XtendImport> getImports()
Returns the value of the 'Imports' containment reference list. The list contents are of type XtendImport.

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

Returns:
the value of the 'Imports' containment reference list.
See Also:
Xtend2Package.getXtendFile_Imports()
EMF generated code
EMF model element
containment="true"

getXtendClass

XtendClass getXtendClass()
Returns the value of the 'Xtend Class' containment reference.

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

Returns:
the value of the 'Xtend Class' containment reference.
See Also:
setXtendClass(XtendClass), Xtend2Package.getXtendFile_XtendClass()
EMF generated code
EMF model element
containment="true"

setXtendClass

void setXtendClass(XtendClass value)
Sets the value of the 'Xtend Class' containment reference.

Parameters:
value - the new value of the 'Xtend Class' containment reference.
See Also:
getXtendClass()
EMF generated code

getPackage

java.lang.String getPackage()
Returns the value of the 'Package' attribute.

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

Returns:
the value of the 'Package' attribute.
See Also:
setPackage(String), Xtend2Package.getXtendFile_Package()
EMF generated code
EMF model element

setPackage

void setPackage(java.lang.String value)
Sets the value of the 'Package' attribute.

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