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