/** * <copyright> * </copyright> * */ package org.eclipse.xtext.example.arithmetics.arithmetics; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Import</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.xtext.example.arithmetics.arithmetics.Import#getImportedNamespace <em>Imported Namespace</em>}</li> * </ul> * </p> * * @see org.eclipse.xtext.example.arithmetics.arithmetics.ArithmeticsPackage#getImport() * @model * @generated */ public interface Import extends EObject { /** * Returns the value of the '<em><b>Imported Namespace</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Imported Namespace</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Imported Namespace</em>' attribute. * @see #setImportedNamespace(String) * @see org.eclipse.xtext.example.arithmetics.arithmetics.ArithmeticsPackage#getImport_ImportedNamespace() * @model * @generated */ String getImportedNamespace(); /** * Sets the value of the '{@link org.eclipse.xtext.example.arithmetics.arithmetics.Import#getImportedNamespace <em>Imported Namespace</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Imported Namespace</em>' attribute. * @see #getImportedNamespace() * @generated */ void setImportedNamespace(String value); } // Import