Package | Description |
---|---|
org.epics.pvdata.property |
This package contains interfaces and code for standard pvData structure fields.
|
Modifier and Type | Method and Description |
---|---|
AlarmSeverity |
Alarm.getSeverity()
Get the alarm severity.
|
static AlarmSeverity |
AlarmSeverity.getSeverity(int value)
get the alarm severity.
|
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 |
---|---|
void |
Alarm.setSeverity(AlarmSeverity alarmSeverity)
Set the alarm severity.
|
Copyright © 2014. All Rights Reserved.