org.epics.pvmanager.data
Interface VExtendedAlarm.Condition

Enclosing interface:
VExtendedAlarm

public static interface VExtendedAlarm.Condition

A single alarm condition that can be on or off.


Method Summary
 java.lang.String getName()
          A short name for the alarm condition.
 AlarmSeverity getSeverity()
          The severity associated with the alarm.
 boolean isActive()
          Whether the alarm is on.
 

Method Detail

getName

@Metadata
java.lang.String getName()
A short name for the alarm condition.

Returns:
condition name

getSeverity

@Metadata
AlarmSeverity getSeverity()
The severity associated with the alarm.

Returns:
the alarm severity

isActive

boolean isActive()
Whether the alarm is on.

Returns:
true if alarm condition is on