|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Component
A representation of the model object 'Component'. Component is a definition how to perform a review.
The following features are supported:
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 |
---|
org.eclipse.emf.common.util.EList<Module> getModule()
Module
.
Component contains one or more modules.
ReviewPackage.getComponent_Module()
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
ReviewPackage.getComponent_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
org.eclipse.emf.common.util.EList<Factory> getReporter()
Factory
.
Review observations are passed to reporters.
ReviewPackage.getComponent_Reporter()
org.eclipse.emf.common.util.EList<Waiver> getWaivers()
Waiver
.
If the meaning of the 'Waivers' containment reference list isn't clear, there really should be more of a description here...
ReviewPackage.getComponent_Waivers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |