Package 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
Fields Modifier and Type Field Description static SeverityINVALID_ALARMstatic SeverityMAJOR_ALARMstatic SeverityMINOR_ALARMstatic SeverityNO_ALARM
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SeverityforName(String name)static SeverityforValue(int value)-
Methods inherited from class gov.aps.jca.ValuedEnum
getValue, isEqualTo, isGreaterThan, isGreaterThanOrEqual, isLessThan, isLessThanOrEqual, toString
-
-
-
-
Constructor Detail
-
Severity
protected Severity(String name, int value)
Creates a new instance of Severity
-
-