/** * generated by Xtext 2.16.0 */ package hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Import Declaration'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.CftLanguagePackage#getImportDeclaration() * @model * @generated */ public interface ImportDeclaration extends EObject { /** * Returns the value of the 'Imported Namespace' attribute. * *

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

* * @return the value of the 'Imported Namespace' attribute. * @see #setImportedNamespace(String) * @see hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.CftLanguagePackage#getImportDeclaration_ImportedNamespace() * @model * @generated */ String getImportedNamespace(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.ImportDeclaration#getImportedNamespace Imported Namespace}' attribute. * * * @param value the new value of the 'Imported Namespace' attribute. * @see #getImportedNamespace() * @generated */ void setImportedNamespace(String value); } // ImportDeclaration