org.jcoderz.phoenix.report
Class SystemFindingType

java.lang.Object
  extended by org.jcoderz.phoenix.report.FindingType
      extended by org.jcoderz.phoenix.report.SystemFindingType

public final class SystemFindingType
extends FindingType

Enumeration type for system internal findings.

Author:
Andreas Mandel

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jcoderz.phoenix.report.FindingType
FindingType.LazyInit
 
Field Summary
static SystemFindingType SYS_ERROR
          Problem in merge.
static SystemFindingType SYS_PARSE_ERROR
          Problem in merge.
 
Method Summary
 Severity getSeverity()
           
static void initialize()
          Init of the system finding type.
 
Methods inherited from class org.jcoderz.phoenix.report.FindingType
equals, fromString, getDescription, getShortText, getSymbol, hashCode, initialize, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SYS_PARSE_ERROR

public static final SystemFindingType SYS_PARSE_ERROR
Problem in merge.


SYS_ERROR

public static final SystemFindingType SYS_ERROR
Problem in merge.

Method Detail

getSeverity

public Severity getSeverity()
Returns:
the severity assigned to findings of this type by default.

initialize

public static void initialize()
Init of the system finding type.



Copyright 2007 The jCoderZ Project.