public static enum ListenRequest.TargetChangeCase extends Enum<ListenRequest.TargetChangeCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ADD_TARGET |
REMOVE_TARGET |
TARGETCHANGE_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static ListenRequest.TargetChangeCase |
forNumber(int value) |
int |
getNumber() |
static ListenRequest.TargetChangeCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ListenRequest.TargetChangeCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListenRequest.TargetChangeCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListenRequest.TargetChangeCase ADD_TARGET
public static final ListenRequest.TargetChangeCase REMOVE_TARGET
public static final ListenRequest.TargetChangeCase TARGETCHANGE_NOT_SET
public static ListenRequest.TargetChangeCase[] values()
for (ListenRequest.TargetChangeCase c : ListenRequest.TargetChangeCase.values()) System.out.println(c);
public static ListenRequest.TargetChangeCase 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 null@Deprecated public static ListenRequest.TargetChangeCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static ListenRequest.TargetChangeCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2022 Google LLC. All rights reserved.