net.homeip.mleclerc.omnilink.enum
Class EventTypeEnum

java.lang.Object
  extended bynet.homeip.mleclerc.omnilink.enum.Enum
      extended bynet.homeip.mleclerc.omnilink.enum.EventTypeEnum
All Implemented Interfaces:
java.io.Serializable

public class EventTypeEnum
extends Enum

See Also:
Serialized Form

Field Summary
static EventTypeEnum ALARM_ACTIVATED
           
static EventTypeEnum ALARM_RESET
           
static EventTypeEnum ALL_ZONES_RESTORED
           
static EventTypeEnum AWAY
           
static EventTypeEnum DAY
           
static EventTypeEnum DAY_INSTANT
           
static EventTypeEnum DISARMED
           
static EventTypeEnum MESSAGE_LOGGED
           
static EnumInfo metaInfo
           
static EventTypeEnum NIGHT
           
static EventTypeEnum NIGHT_DELAYED
           
static EventTypeEnum PC_ACCESS
           
static EventTypeEnum REMOTE_PHONE_ACCESS
           
static EventTypeEnum REMOTE_PHONE_LOCKOUT
           
static EventTypeEnum SYSTEM_RESET
           
static EventTypeEnum VACATION
           
static EventTypeEnum ZONE_AUTO_BYPASSED
           
static EventTypeEnum ZONE_BYPASSED
           
static EventTypeEnum ZONE_RESTORED
           
static EventTypeEnum ZONE_TRIPPED
           
static EventTypeEnum ZONE_TROUBLE
           
static EventTypeEnum ZONE_TROUBLE_CLEARED
           
 
Constructor Summary
EventTypeEnum(java.lang.String userLabel, int value)
           
 
Methods inherited from class net.homeip.mleclerc.omnilink.enum.Enum
equals, getUserLabel, getValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

metaInfo

public static final EnumInfo metaInfo

ZONE_BYPASSED

public static final EventTypeEnum ZONE_BYPASSED

ZONE_RESTORED

public static final EventTypeEnum ZONE_RESTORED

ALL_ZONES_RESTORED

public static final EventTypeEnum ALL_ZONES_RESTORED

DISARMED

public static final EventTypeEnum DISARMED

DAY

public static final EventTypeEnum DAY

NIGHT

public static final EventTypeEnum NIGHT

AWAY

public static final EventTypeEnum AWAY

VACATION

public static final EventTypeEnum VACATION

DAY_INSTANT

public static final EventTypeEnum DAY_INSTANT

NIGHT_DELAYED

public static final EventTypeEnum NIGHT_DELAYED

ZONE_TRIPPED

public static final EventTypeEnum ZONE_TRIPPED

ZONE_TROUBLE

public static final EventTypeEnum ZONE_TROUBLE

REMOTE_PHONE_ACCESS

public static final EventTypeEnum REMOTE_PHONE_ACCESS

REMOTE_PHONE_LOCKOUT

public static final EventTypeEnum REMOTE_PHONE_LOCKOUT

ZONE_AUTO_BYPASSED

public static final EventTypeEnum ZONE_AUTO_BYPASSED

ZONE_TROUBLE_CLEARED

public static final EventTypeEnum ZONE_TROUBLE_CLEARED

PC_ACCESS

public static final EventTypeEnum PC_ACCESS

ALARM_ACTIVATED

public static final EventTypeEnum ALARM_ACTIVATED

ALARM_RESET

public static final EventTypeEnum ALARM_RESET

SYSTEM_RESET

public static final EventTypeEnum SYSTEM_RESET

MESSAGE_LOGGED

public static final EventTypeEnum MESSAGE_LOGGED
Constructor Detail

EventTypeEnum

public EventTypeEnum(java.lang.String userLabel,
                     int value)