/** * generated by Xtext 2.12.0 */ package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration; /** * * A representation of the model object 'Class Reference'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getClassReference() * @model * @generated */ public interface ClassReference extends TypeReference { /** * Returns the value of the 'Element' containment reference. * *

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

* * @return the value of the 'Element' containment reference. * @see #setElement(MetamodelElement) * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getClassReference_Element() * @model containment="true" * @generated */ MetamodelElement getElement(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ClassReference#getElement Element}' containment reference. * * * @param value the new value of the 'Element' containment reference. * @see #getElement() * @generated */ void setElement(MetamodelElement value); } // ClassReference