Package de.gebit.integrity.dsl
Interface Import
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ImportImpl
public interface Import extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Import'.The following features are supported:
- See Also:
DslPackage.getImport()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetImportedNamespace()Returns the value of the 'Imported Namespace' attribute.voidsetImportedNamespace(java.lang.String value)Sets the value of the 'Imported Namespace' attribute.
-
-
-
Method Detail
-
getImportedNamespace
java.lang.String getImportedNamespace()
Returns the value of the 'Imported Namespace' attribute.- Returns:
- the value of the 'Imported Namespace' attribute.
- See Also:
setImportedNamespace(String),DslPackage.getImport_ImportedNamespace()
-
setImportedNamespace
void setImportedNamespace(java.lang.String value)
Sets the value of the 'Imported Namespace' attribute.- Parameters:
value- the new value of the 'Imported Namespace' attribute.- See Also:
getImportedNamespace()
-
-