public static enum Alert.TriggerInfo.ValueCase extends java.lang.Enum<Alert.TriggerInfo.ValueCase> implements com.google.protobuf.Internal.EnumLite
Enum Constant and Description |
---|
LONGVALUE |
STATUSVALUE |
VALUE_NOT_SET |
Modifier and Type | Method and Description |
---|---|
static Alert.TriggerInfo.ValueCase |
forNumber(int value) |
int |
getNumber() |
static Alert.TriggerInfo.ValueCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Alert.TriggerInfo.ValueCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Alert.TriggerInfo.ValueCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Alert.TriggerInfo.ValueCase LONGVALUE
public static final Alert.TriggerInfo.ValueCase STATUSVALUE
public static final Alert.TriggerInfo.ValueCase VALUE_NOT_SET
public static Alert.TriggerInfo.ValueCase[] values()
for (Alert.TriggerInfo.ValueCase c : Alert.TriggerInfo.ValueCase.values()) System.out.println(c);
public static Alert.TriggerInfo.ValueCase 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 null@Deprecated public static Alert.TriggerInfo.ValueCase valueOf(int value)
forNumber(int)
instead.value
- The number of the enum to look for.public static Alert.TriggerInfo.ValueCase forNumber(int value)
public int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite