/** * generated by Xtext 2.13.0 */ package com.minres.rdl.rdl; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Include'. * * *

* The following features are supported: *

* * * @see com.minres.rdl.rdl.RdlPackage#getInclude() * @model * @generated */ public interface Include extends EObject { /** * Returns the value of the 'Import URI' attribute. * *

* If the meaning of the 'Import URI' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Import URI' attribute. * @see #setImportURI(String) * @see com.minres.rdl.rdl.RdlPackage#getInclude_ImportURI() * @model * @generated */ String getImportURI(); /** * Sets the value of the '{@link com.minres.rdl.rdl.Include#getImportURI Import URI}' attribute. * * * @param value the new value of the 'Import URI' attribute. * @see #getImportURI() * @generated */ void setImportURI(String value); } // Include