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