org.qi4j.library.alarm
Interface SimpleAlarmCategory

All Superinterfaces:
AlarmCategory, Composite, ValueComposite

public interface SimpleAlarmCategory
extends AlarmCategory

The SimpleAlarmCategory only defines an optional Description property, and is provided more as an example of how AlarmCategory may be extended. Note that this AlarmCategory is registered in the default Assembler with a Layer Visibility, so if you subtype this, it is likely you need to create your own Assembler


Method Summary
 Property<java.lang.String> description()
           
 
Methods inherited from interface org.qi4j.library.alarm.AlarmCategory
name
 

Method Detail

description

@Optional
Property<java.lang.String> description()