| Package | Description | 
|---|---|
| org.diirt.support.pva.adapters | |
| org.diirt.vtype | 
| Modifier and Type | Field and Description | 
|---|---|
protected AlarmSeverity | 
AlarmTimeExtractor.alarmSeverity  | 
protected static AlarmSeverity[] | 
AlarmTimeExtractor.alarmSeverityMapLUT  | 
| Modifier and Type | Method and Description | 
|---|---|
AlarmSeverity | 
AlarmTimeExtractor.getAlarmSeverity()  | 
| Modifier and Type | Method and Description | 
|---|---|
AlarmSeverity | 
Alarm.getAlarmSeverity()
Returns the alarm severity, which describes the quality of the
 value returned. 
 | 
static AlarmSeverity | 
AlarmSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static AlarmSeverity[] | 
AlarmSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static int | 
ValueUtil.colorFor(AlarmSeverity severity)
Returns the rgb value for the given severity. 
 | 
static Alarm | 
ValueFactory.newAlarm(AlarmSeverity alarmSeverity,
        String alarmName)
New alarm with the given severity and status. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
ValueUtil.setAlarmSeverityColorMap(Map<AlarmSeverity,Integer> map)
Changes the color map for AlarmSeverity. 
 | 
Copyright © 2015. All rights reserved.