Uses of Class
status.FailStatus.LEVEL

Packages that use FailStatus.LEVEL
status   
 

Uses of FailStatus.LEVEL in status
 

Fields in status declared as FailStatus.LEVEL
private  FailStatus.LEVEL FailStatus.failLevel
          The severity level of this failure.
 

Methods in status that return FailStatus.LEVEL
 FailStatus.LEVEL FailStatus.getLevel()
          Get the severity level of the failure.
static FailStatus.LEVEL FailStatus.LEVEL.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FailStatus.LEVEL[] FailStatus.LEVEL.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in status with parameters of type FailStatus.LEVEL
FailStatus(java.lang.String src, java.lang.String msg, FailStatus.LEVEL failLevel)
          Constructor for the class.