Interface Repository
-
- All Known Implementing Classes:
RepositoryImpl
public interface Repository extends EObject
A representation of the model object 'Repository'.The following features are supported:
- See Also:
RepoLangPackage.getRepository()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<NamedElement>
getElements()
Returns the value of the 'Elements' containment reference list.EList<ImportedRepository>
getImports()
Returns the value of the 'Imports' containment reference list.String
getName()
Returns the value of the 'Name' attribute.org.palladiosimulator.pcm.repository.Repository
getTypes()
Returns the value of the 'Types' containment reference.void
setName(String value)
Sets the value of the 'Name
' attribute.void
setTypes(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, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,RepoLangPackage.getRepository_Name()
- Generated class or method.
- EMF model class or method.
-
setName
void setName(String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
- 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:
RepoLangPackage.getRepository_Imports()
- 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:
setTypes(org.palladiosimulator.pcm.repository.Repository)
,RepoLangPackage.getRepository_Types()
- 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:
getTypes()
- 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:
RepoLangPackage.getRepository_Elements()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
-