Interface MetamodelResource

    • Method Detail

      • getRootPackages

        org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EPackage> getRootPackages()
        Returns the value of the 'Root Packages' reference list. The list contents are of type EPackage.

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

        Packages that constitute the root of a metamodel resource
        Returns:
        the value of the 'Root Packages' reference list.
        See Also:
        MigrationPackage.getMetamodelResource_RootPackages()
      • setMetamodel

        void setMetamodel​(Metamodel value)
        Sets the value of the 'Metamodel' container reference.
        Parameters:
        value - the new value of the 'Metamodel' container reference.
        See Also:
        getMetamodel()