Interface ReportItem
- 
- All Known Implementing Classes:
- ReportItemImpl
 
 public interface ReportItemAn item reported inside aConsistencyReport.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classReportItem.Type
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMessage()StringgetNodeId()ReportItem.TypegetType()booleanisRepaired()
 
- 
- 
- 
Method Detail- 
getNodeIdString getNodeId() - Returns:
- node id to which the message applies
 
 - 
getMessageString getMessage() - Returns:
- message
 
 - 
getTypeReportItem.Type getType() - Returns:
- the type of inconsistency
 
 - 
isRepairedboolean isRepaired() - Returns:
- whether this error was repaired
 
 
- 
 
-