gov.aps.jca.dbr
Class Severity

java.lang.Object
  |
  +--gov.aps.jca.Enum
        |
        +--gov.aps.jca.ValuedEnum
              |
              +--gov.aps.jca.dbr.Severity

public class Severity
extends ValuedEnum

Author:
rix

Field Summary
static Severity INVALID_ALARM
           
static Severity MAJOR_ALARM
           
static Severity MINOR_ALARM
           
static Severity NO_ALARM
           
 
Method Summary
static Severity forName(java.lang.String name)
           
static Severity forValue(int value)
           
 
Methods inherited from class gov.aps.jca.ValuedEnum
getValue, isEqualTo, isGreaterThan, isGreaterThanOrEqual, isLessThan, isLessThanOrEqual, toString
 
Methods inherited from class gov.aps.jca.Enum
equals, getName, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NO_ALARM

public static final Severity NO_ALARM

MINOR_ALARM

public static final Severity MINOR_ALARM

MAJOR_ALARM

public static final Severity MAJOR_ALARM

INVALID_ALARM

public static final Severity INVALID_ALARM
Method Detail

forName

public static Severity forName(java.lang.String name)

forValue

public static Severity forValue(int value)