org.qi4j.library.alarm
Class AlarmStatus.AlarmStatusMixin

java.lang.Object
  extended by org.qi4j.library.alarm.AlarmStatus.AlarmStatusMixin
All Implemented Interfaces:
Composite, Value, ValueComposite, AlarmStatus
Enclosing interface:
AlarmStatus

public abstract static class AlarmStatus.AlarmStatusMixin
extends Object
implements AlarmStatus


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.library.alarm.AlarmStatus
AlarmStatus.AlarmStatusMixin
 
Constructor Summary
AlarmStatus.AlarmStatusMixin()
           
 
Method Summary
 String name(Locale locale)
          Returns the Name of the AlarmStatus in a locale.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.qi4j.library.alarm.AlarmStatus
creationDate, name
 
Methods inherited from interface org.qi4j.api.value.Value
buildWith, state, toJSON
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type
 

Constructor Detail

AlarmStatus.AlarmStatusMixin

public AlarmStatus.AlarmStatusMixin()
Method Detail

name

public String name(Locale locale)
Description copied from interface: AlarmStatus
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.

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