Kieker 1.5

kieker.analysis.model.analysisMetaModel
Interface MIRepository

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
MRepository

public interface MIRepository
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Repository'.

The following features are supported:

See Also:
MIAnalysisMetaModelPackage.getRepository()
Generated:
Model:

Method Summary
 String getClassname()
          Returns the value of the 'Classname' attribute.
 org.eclipse.emf.common.util.EList<MIProperty> getProperties()
          Returns the value of the 'Properties' containment reference list.
 void setClassname(String value)
          Sets the value of the 'Classname' 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

getProperties

org.eclipse.emf.common.util.EList<MIProperty> getProperties()
Returns the value of the 'Properties' containment reference list. The list contents are of type MIProperty.

If the meaning of the 'Properties' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Properties' containment reference list.
See Also:
MIAnalysisMetaModelPackage.getRepository_Properties()
Generated:
Model:
containment="true"

getClassname

String getClassname()
Returns the value of the 'Classname' attribute.

If the meaning of the 'Classname' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Classname' attribute.
See Also:
setClassname(String), MIAnalysisMetaModelPackage.getRepository_Classname()
Generated:
Model:
required="true"

setClassname

void setClassname(String value)
Sets the value of the 'Classname' attribute.

Parameters:
value - the new value of the 'Classname' attribute.
See Also:
getClassname()
Generated:

Kieker 1.5

Copyright 2012 the Kieker Project, http://kieker-monitoring.net