com.hammurapi.review
Interface Component

All Superinterfaces:
CommonObject, org.eclipse.emf.ecore.EObject, Factory, org.eclipse.emf.common.notify.Notifier, ObjectDefinition, PropertySource
All Known Implementing Classes:
ComponentImpl

public interface Component
extends ObjectDefinition

A representation of the model object 'Component'. Component is a definition how to perform a review.

The following features are supported:

See Also:
ReviewPackage.getComponent()

Method Summary
 org.eclipse.emf.common.util.EList<Module> getModule()
          Returns the value of the 'Module' containment reference list.
 String getName()
          Returns the value of the 'Name' attribute.
 org.eclipse.emf.common.util.EList<Factory> getReporter()
          Returns the value of the 'Reporter' containment reference list.
 org.eclipse.emf.common.util.EList<Waiver> getWaivers()
          Returns the value of the 'Waivers' containment reference list.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 
Methods inherited from interface com.hammurapi.config.ObjectDefinition
getConstructor, getType, getValue, setConstructor, setType, setValue
 
Methods inherited from interface com.hammurapi.config.Factory
compile, create, getConfigScript, getDescription, getHomePage, getId, getService, getSource, getSupportedExecutionEnvironments, isEnabled, setConfigScript, setDescription, setEnabled, setHomePage, setId
 
Methods inherited from interface com.hammurapi.party.CommonObject
getRoles
 
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
 
Methods inherited from interface com.hammurapi.config.PropertySource
getClassPath, getProfile, getProperty, injectProperties
 

Method Detail

getModule

org.eclipse.emf.common.util.EList<Module> getModule()
Returns the value of the 'Module' containment reference list. The list contents are of type Module. Component contains one or more modules.

Returns:
the value of the 'Module' containment reference list.
See Also:
ReviewPackage.getComponent_Module()

getName

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

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), ReviewPackage.getComponent_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()

getReporter

org.eclipse.emf.common.util.EList<Factory> getReporter()
Returns the value of the 'Reporter' containment reference list. The list contents are of type Factory. Review observations are passed to reporters.

Returns:
the value of the 'Reporter' containment reference list.
See Also:
ReviewPackage.getComponent_Reporter()

getWaivers

org.eclipse.emf.common.util.EList<Waiver> getWaivers()
Returns the value of the 'Waivers' containment reference list. The list contents are of type Waiver.

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

Returns:
the value of the 'Waivers' containment reference list.
See Also:
ReviewPackage.getComponent_Waivers()