com.hammurapi.review
Interface Repository

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

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

A representation of the model object 'Repository'. Repository is the root of the model constructed from component module's sources.

The following features are supported:

See Also:
ReviewPackage.getRepository()

Method Summary
 org.eclipse.emf.common.util.EList<Baseline> getBaselines()
          Returns the value of the 'Baselines' containment reference list.
 String getDescription()
          Returns the value of the 'Description' attribute.
 String getName()
          Returns the value of the 'Name' attribute.
 void setDescription(String value)
          Sets the value of the 'Description' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getBaselines

org.eclipse.emf.common.util.EList<Baseline> getBaselines()
Returns the value of the 'Baselines' containment reference list. The list contents are of type Baseline.

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

Returns:
the value of the 'Baselines' containment reference list.
See Also:
ReviewPackage.getRepository_Baselines()

getName

String getName()
Returns the value of the 'Name' attribute. Repository name.

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), ReviewPackage.getRepository_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getDescription

String getDescription()
Returns the value of the 'Description' attribute. Repsitory description.

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), ReviewPackage.getRepository_Description()

setDescription

void setDescription(String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()