public static enum Alarm.AlarmChange.ChangeType extends Enum<Alarm.AlarmChange.ChangeType>
| Enum Constant and Description |
|---|
CREATION |
DELETION |
RULE_CHANGE |
STATE_TRANSITION |
UNRECOGNIZED |
| Modifier and Type | Method and Description |
|---|---|
static Alarm.AlarmChange.ChangeType |
fromValue(String type) |
String |
toString() |
String |
value() |
static Alarm.AlarmChange.ChangeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Alarm.AlarmChange.ChangeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Alarm.AlarmChange.ChangeType CREATION
public static final Alarm.AlarmChange.ChangeType RULE_CHANGE
public static final Alarm.AlarmChange.ChangeType STATE_TRANSITION
public static final Alarm.AlarmChange.ChangeType DELETION
public static final Alarm.AlarmChange.ChangeType UNRECOGNIZED
public static Alarm.AlarmChange.ChangeType[] values()
for (Alarm.AlarmChange.ChangeType c : Alarm.AlarmChange.ChangeType.values()) System.out.println(c);
public static Alarm.AlarmChange.ChangeType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public String toString()
toString in class Enum<Alarm.AlarmChange.ChangeType>public static Alarm.AlarmChange.ChangeType fromValue(String type)
Copyright © 2020. All rights reserved.