org.qi4j.library.alarm
Interface Alarm.AlarmState

Enclosing interface:
Alarm

public static interface Alarm.AlarmState

The AlarmState is an internal type, used inside the Alarm for all state that needs to be persisted on disk and/or transferred across networks.


Method Summary
 Property<Map<String,String>> attributes()
           
 Property<AlarmStatus> currentStatus()
           
 Property<String> description()
           
 Property<String> systemName()
           
 

Method Detail

systemName

Property<String> systemName()

description

@Optional
Property<String> description()

attributes

@UseDefaults
Property<Map<String,String>> attributes()

currentStatus

Property<AlarmStatus> currentStatus()