|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Alarm
Alarm information.
The alarm status is represented by a set of status bits that could be either set or unset. This is implemented in Java by the use of Sets.
Method Summary | |
---|---|
AlarmSeverity |
getAlarmSeverity()
Returns the alarm severity, which describes the quality of the value returned. |
java.util.Set<java.lang.String> |
getAlarmStatus()
Returns the set of alarm statuses that are currently active. |
java.util.List<java.lang.String> |
getPossibleAlarms()
Defines all possible alarm statuses that are valid on this channel. |
Method Detail |
---|
AlarmSeverity getAlarmSeverity()
java.util.Set<java.lang.String> getAlarmStatus()
@Metadata java.util.List<java.lang.String> getPossibleAlarms()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |