/** * generated by Xtext 2.16.0 */ package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration; import org.eclipse.emf.ecore.EPackage; /** * * A representation of the model object 'EPackage Import'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getEPackageImport() * @model * @generated */ public interface EPackageImport extends Import { /** * Returns the value of the 'Imported Package' reference. * *

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

* * @return the value of the 'Imported Package' reference. * @see #setImportedPackage(EPackage) * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getEPackageImport_ImportedPackage() * @model * @generated */ EPackage getImportedPackage(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.EPackageImport#getImportedPackage Imported Package}' reference. * * * @param value the new value of the 'Imported Package' reference. * @see #getImportedPackage() * @generated */ void setImportedPackage(EPackage value); } // EPackageImport