Interface Repository
- All Known Implementing Classes:
RepositoryImpl
A representation of the model object '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 'Elements' containment reference list.Returns the value of the 'Imports' containment reference list.getName()Returns the value of the 'Name' attribute.org.palladiosimulator.pcm.repository.RepositorygetTypes()Returns the value of the 'Types' containment reference.voidSets the value of the 'Name' attribute.voidsetTypes(org.palladiosimulator.pcm.repository.Repository value) Sets the value of the 'Types' containment reference.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
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setName
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
- Generated class or method.
-
getImports
EList<ImportedRepository> getImports()Returns the value of the 'Imports' containment reference list. The list contents are of typeImportedRepository.- Returns:
- the value of the 'Imports' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getTypes
org.palladiosimulator.pcm.repository.Repository getTypes()Returns the value of the 'Types' containment reference.- Returns:
- the value of the 'Types' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setTypes
void setTypes(org.palladiosimulator.pcm.repository.Repository value) Sets the value of the 'Types' containment reference.- Parameters:
value- the new value of the 'Types' containment reference.- See Also:
- Generated class or method.
-
getElements
EList<NamedElement> getElements()Returns the value of the 'Elements' containment reference list. The list contents are of typeNamedElement.- Returns:
- the value of the 'Elements' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-