Package | Description |
---|---|
org.epics.pvdata.property |
This package contains interfaces and code for standard pvData structure fields.
|
Modifier and Type | Method and Description |
---|---|
AlarmStatus |
Alarm.getStatus()
Get the alarm status.
|
static AlarmStatus |
AlarmStatus.getStatus(int value)
get the alarm status.
|
static AlarmStatus |
AlarmStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlarmStatus[] |
AlarmStatus.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.setStatus(AlarmStatus alarmStatus)
Set the alarm status.
|
Copyright © 2014. All Rights Reserved.