org.eclipse.xtend.core.xtend
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 'File'.

The following features are supported:

See Also:
XtendPackage.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.
 org.eclipse.emf.common.util.EList<XtendClass> getXtendClasses()
          Returns the value of the 'Xtend Classes' containment reference list.
 void setPackage(java.lang.String value)
          Sets the value of the 'Package' 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

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:
XtendPackage.getXtendFile_Imports()
EMF generated code
EMF model element
containment="true"

getXtendClasses

org.eclipse.emf.common.util.EList<XtendClass> getXtendClasses()
Returns the value of the 'Xtend Classes' containment reference list. The list contents are of type XtendClass.

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

Returns:
the value of the 'Xtend Classes' containment reference list.
See Also:
XtendPackage.getXtendFile_XtendClasses()
EMF generated code
EMF model element
containment="true"

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), XtendPackage.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