org.qi4j.library.alarm
Interface AlarmStatus

All Superinterfaces:
Composite, ValueComposite
All Known Implementing Classes:
AlarmStatus.AlarmStatusMixin

@Mixins(value=AlarmStatus.AlarmStatusMixin.class)
public interface AlarmStatus
extends ValueComposite

Status of an AlarmPoint.


Nested Class Summary
static class AlarmStatus.AlarmStatusMixin
           
static interface AlarmStatus.State
           
 
Method Summary
 java.lang.String name(java.util.Locale locale)
          Returns the Name of the AlarmStatus in a locale.
 

Method Detail

name

java.lang.String name(@Optional
                      java.util.Locale locale)
Returns the Name of the AlarmStatus in a locale. This is the technical name of the AlarmStatus, such as Normal, Activated and so forth in a locale specific form.

Parameters:
locale - the locale to return the name in.
Returns:
the name of the AlarmStatus in the given locale.
See Also:
AlarmStatus.State.name()