public static enum EZConstants.EZDefenceStatus extends java.lang.Enum<EZConstants.EZDefenceStatus>
Enum Constant and Description |
---|
EZDefence_ALARMHOST_ATHOME |
EZDefence_ALARMHOST_OUTER |
EZDefence_ALARMHOST_SLEEP |
EZDefence_IPC_CLOSE |
EZDefence_IPC_OPEN |
Modifier and Type | Method and Description |
---|---|
int |
getStatus() |
static EZConstants.EZDefenceStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EZConstants.EZDefenceStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EZConstants.EZDefenceStatus EZDefence_IPC_CLOSE
public static final EZConstants.EZDefenceStatus EZDefence_IPC_OPEN
public static final EZConstants.EZDefenceStatus EZDefence_ALARMHOST_SLEEP
public static final EZConstants.EZDefenceStatus EZDefence_ALARMHOST_ATHOME
public static final EZConstants.EZDefenceStatus EZDefence_ALARMHOST_OUTER
public static EZConstants.EZDefenceStatus[] values()
for (EZConstants.EZDefenceStatus c : EZConstants.EZDefenceStatus.values()) System.out.println(c);
public static EZConstants.EZDefenceStatus valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getStatus()