|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Report
A representation of the model object 'Report'. Report is the root of results of baseline review.
The following features are supported:
ReviewPackage.getReport()
Method Summary | |
---|---|
Baseline |
getBaseline()
Returns the value of the 'Baseline' container reference. |
String |
getDescription()
Returns the value of the 'Description' attribute. |
org.eclipse.emf.common.util.EList<InspectorSet> |
getInspectorSets()
Returns the value of the 'Inspector Sets' reference list. |
String |
getName()
Returns the value of the 'Name' attribute. |
Observation |
getObservations()
Returns the value of the 'Observations' reference. |
String |
getTimestamp()
Returns the value of the 'Timestamp' attribute. |
void |
setBaseline(Baseline value)
Sets the value of the ' Baseline ' container reference. |
void |
setDescription(String value)
Sets the value of the ' Description ' attribute. |
void |
setName(String value)
Sets the value of the ' Name ' attribute. |
void |
setObservations(Observation value)
Sets the value of the ' Observations ' reference. |
void |
setTimestamp(String value)
Sets the value of the ' Timestamp ' 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 |
---|
Observation getObservations()
Report
'.
If the meaning of the 'Observations' reference isn't clear, there really should be more of a description here...
setObservations(Observation)
,
ReviewPackage.getReport_Observations()
,
Observation.getReport()
void setObservations(Observation value)
Observations
' reference.
value
- the new value of the 'Observations' reference.getObservations()
org.eclipse.emf.common.util.EList<InspectorSet> getInspectorSets()
InspectorSet
.
If the meaning of the 'Inspector Sets' reference list isn't clear, there really should be more of a description here...
ReviewPackage.getReport_InspectorSets()
Baseline getBaseline()
Reports
'.
Report is associated with a baseline. One baseline can have multiple associated reports.
setBaseline(Baseline)
,
ReviewPackage.getReport_Baseline()
,
Baseline.getReports()
void setBaseline(Baseline value)
Baseline
' container reference.
value
- the new value of the 'Baseline' container reference.getBaseline()
String getDescription()
setDescription(String)
,
ReviewPackage.getReport_Description()
void setDescription(String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
ReviewPackage.getReport_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
String getTimestamp()
If the meaning of the 'Timestamp' attribute isn't clear, there really should be more of a description here...
setTimestamp(String)
,
ReviewPackage.getReport_Timestamp()
void setTimestamp(String value)
Timestamp
' attribute.
value
- the new value of the 'Timestamp' attribute.getTimestamp()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |