Interface ImportedRepository
- All Known Implementing Classes:
ImportedRepositoryImpl
A representation of the model object 'Imported Repository'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns 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, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getImportedNamespace
String getImportedNamespace()Returns the value of the 'Imported Namespace' attribute.- Returns:
- the value of the 'Imported Namespace' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setImportedNamespace
Sets the value of the 'Imported Namespace' attribute.- Parameters:
value- the new value of the 'Imported Namespace' attribute.- See Also:
- Generated class or method.
-