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

* The following features are supported: *

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

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

* * @return the value of the 'Package' reference. * @see #setPackage(EPackage) * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getMetamodelEntry_Package() * @model * @generated */ EPackage getPackage(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelEntry#getPackage Package}' reference. * * * @param value the new value of the 'Package' reference. * @see #getPackage() * @generated */ void setPackage(EPackage value); } // MetamodelEntry