org.qi4j.library.alarm
Interface AlarmCategory

All Superinterfaces:
Composite, Value, ValueComposite
All Known Subinterfaces:
SimpleAlarmCategory

public interface AlarmCategory
extends ValueComposite

AlarmCategory is intended to be sub-interfaced, to create an explicit type for the domain where it is used.

AlarmCategory is used to provide a categorization of Alarms for grouping purposes, which in turn can drive AlarmEvent forwarding routed by category. Category can be extended to contain additional state, which will be associated with the Alarm and related events.


Method Summary
 Property<String> name()
           
 
Methods inherited from interface org.qi4j.api.value.Value
buildWith, state, toJSON
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type
 

Method Detail

name

Property<String> name()