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()
    Model:
    Generated:
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.xtext.xtype.XImportSection getImportSection()
      Returns the value of the 'Import Section' containment reference.
      java.lang.String getPackage()
      Returns the value of the 'Package' attribute.
      org.eclipse.emf.common.util.EList<XtendTypeDeclaration> getXtendTypes()
      Returns the value of the 'Xtend Types' containment reference list.
      void setImportSection​(org.eclipse.xtext.xtype.XImportSection value)
      Sets the value of the 'Import Section' containment reference.
      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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • setImportSection

        void setImportSection​(org.eclipse.xtext.xtype.XImportSection value)
        Sets the value of the 'Import Section' containment reference.
        Parameters:
        value - the new value of the 'Import Section' containment reference.
        See Also:
        getImportSection()
        Generated:
      • 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()
        Generated: