public class Severity extends ValuedEnum
| Modifier and Type | Field and Description |
|---|---|
static Severity |
INVALID_ALARM |
static Severity |
MAJOR_ALARM |
static Severity |
MINOR_ALARM |
static Severity |
NO_ALARM |
| Modifier | Constructor and Description |
|---|---|
protected |
Severity(String name,
int value)
Creates a new instance of Severity
|
| Modifier and Type | Method and Description |
|---|---|
static Severity |
forName(String name) |
static Severity |
forValue(int value) |
getValue, isEqualTo, isGreaterThan, isGreaterThanOrEqual, isLessThan, isLessThanOrEqual, toStringpublic static final Severity NO_ALARM
public static final Severity MINOR_ALARM
public static final Severity MAJOR_ALARM
public static final Severity INVALID_ALARM
protected Severity(String name, int value)
Copyright © 2004-2020 EPICS. All Rights Reserved.