package obix.contracts; import obix.IObj; import obix.Obj; public interface PointAlarm extends IObj, Alarm { Obj alarmValue(); }