Interface ImportedRepository
-
- All Known Implementing Classes:
ImportedRepositoryImpl
public interface ImportedRepository extends EObject
A representation of the model object 'Imported Repository'.The following features are supported:
- See Also:
RepoLangPackage.getImportedRepository()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetImportedNamespace()Returns the value of the 'Imported Namespace' attribute.voidsetImportedNamespace(String value)Sets the value of the 'Imported Namespace' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getImportedNamespace
String getImportedNamespace()
Returns the value of the 'Imported Namespace' attribute.- Returns:
- the value of the 'Imported Namespace' attribute.
- See Also:
setImportedNamespace(String),RepoLangPackage.getImportedRepository_ImportedNamespace()- Generated class or method.
- EMF model class or method.
-
setImportedNamespace
void setImportedNamespace(String value)
Sets the value of the 'Imported Namespace' attribute.- Parameters:
value- the new value of the 'Imported Namespace' attribute.- See Also:
getImportedNamespace()- Generated class or method.
-
-