|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEvaluationItem
Interface for evaluation item information
Field Summary | |
---|---|
static int |
SEV_ERROR
Severity ID: error |
static String |
SEV_ERROR_STR
String for error severity |
static int |
SEV_INFO
Severity ID: informational |
static String |
SEV_INFO_STR
String for informational severity |
static int |
SEV_WARNING
Severity ID: warning |
static String |
SEV_WARNING_STR
String for warning severity |
Method Summary | |
---|---|
String |
createDescription()
|
String |
createDescription(String targetString)
|
IGuidelineItem[] |
getGuidelines()
|
String |
getId()
|
org.eclipse.swt.graphics.Image[] |
getMetricsIcons()
|
int[] |
getMetricsScores()
|
int |
getSeverity()
|
String |
getSeverityStr()
|
String[] |
getTableDataGuideline()
|
String[] |
getTableDataMetrics()
|
Field Detail |
---|
static final int SEV_ERROR
static final int SEV_WARNING
static final int SEV_INFO
static final String SEV_ERROR_STR
static final String SEV_WARNING_STR
static final String SEV_INFO_STR
Method Detail |
---|
String getId()
int getSeverity()
String getSeverityStr()
int[] getMetricsScores()
String[] getTableDataGuideline()
String[] getTableDataMetrics()
org.eclipse.swt.graphics.Image[] getMetricsIcons()
IGuidelineItem[] getGuidelines()
String createDescription()
String createDescription(String targetString)
targetString
- target String to embed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |