public static enum EZConstants.EZAlarmStatus extends java.lang.Enum<EZConstants.EZAlarmStatus>
Enum Constant and Description |
---|
EZAlarmStatusRead |
Modifier and Type | Method and Description |
---|---|
int |
getAlarmStatus() |
void |
setAlarmSTatus(int mAlarmSTatus) |
static EZConstants.EZAlarmStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EZConstants.EZAlarmStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EZConstants.EZAlarmStatus EZAlarmStatusRead
public static EZConstants.EZAlarmStatus[] values()
for (EZConstants.EZAlarmStatus c : EZConstants.EZAlarmStatus.values()) System.out.println(c);
public static EZConstants.EZAlarmStatus 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 getAlarmStatus()
public void setAlarmSTatus(int mAlarmSTatus)