/** * generated by Xtext 2.21.0 */ package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration; /** * * A representation of the model object 'Object Type Scope'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getObjectTypeScope() * @model * @generated */ public interface ObjectTypeScope extends TypeScope { /** * Returns the value of the 'Type' containment reference. * * * @return the value of the 'Type' containment reference. * @see #setType(ObjectReference) * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getObjectTypeScope_Type() * @model containment="true" * @generated */ ObjectReference getType(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectTypeScope#getType Type}' containment reference. * * * @param value the new value of the 'Type' containment reference. * @see #getType() * @generated */ void setType(ObjectReference value); } // ObjectTypeScope