org.qi4j.library.alarm
Interface AlarmCategory

All Superinterfaces:
Composite, 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 AlarmPoint and related events.


Method Summary
 Property<java.lang.String> name()
           
 

Method Detail

name

Property<java.lang.String> name()