public interface MIRepositoryConnector
extends org.eclipse.emf.ecore.EObject
The following features are supported:
MIAnalysisMetaModelPackage.getRepositoryConnector()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
MIRepository |
getRepository()
Returns the value of the 'Repository' reference.
|
void |
setId(java.lang.String value)
Sets the value of the '
Id ' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute. |
void |
setRepository(MIRepository value)
Sets the value of the '
Repository ' reference. |
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
MIAnalysisMetaModelPackage.getRepositoryConnector_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
MIRepository getRepository()
If the meaning of the 'Repository' reference isn't clear, there really should be more of a description here...
setRepository(MIRepository)
,
MIAnalysisMetaModelPackage.getRepositoryConnector_Repository()
void setRepository(MIRepository value)
Repository
' reference.
value
- the new value of the 'Repository' reference.getRepository()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
MIAnalysisMetaModelPackage.getRepositoryConnector_Id()
Copyright 2017 Kieker Project, http://kieker-monitoring.net