/**
*/
package de.gebit.integrity.dsl;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Import</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link de.gebit.integrity.dsl.Import#getImportedNamespace <em>Imported Namespace</em>}</li>
* </ul>
*
* @see de.gebit.integrity.dsl.DslPackage#getImport()
* @model
* @generated
*/
public interface Import extends Statement, PackageStatement
{
/**
* 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 de.gebit.integrity.dsl.DslPackage#getImport_ImportedNamespace()
* @model
* @generated
*/
String getImportedNamespace();
/**
* Sets the value of the '{@link de.gebit.integrity.dsl.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