public static enum GameServerConfigOverride.ChangeCase extends Enum<GameServerConfigOverride.ChangeCase> implements Internal.EnumLite, AbstractMessageLite.InternalOneOfEnum
Enum Constant and Description |
---|
CHANGE_NOT_SET |
CONFIG_VERSION |
Modifier and Type | Method and Description |
---|---|
static GameServerConfigOverride.ChangeCase |
forNumber(int value) |
int |
getNumber() |
static GameServerConfigOverride.ChangeCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static GameServerConfigOverride.ChangeCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GameServerConfigOverride.ChangeCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GameServerConfigOverride.ChangeCase CONFIG_VERSION
public static final GameServerConfigOverride.ChangeCase CHANGE_NOT_SET
public static GameServerConfigOverride.ChangeCase[] values()
for (GameServerConfigOverride.ChangeCase c : GameServerConfigOverride.ChangeCase.values()) System.out.println(c);
public static GameServerConfigOverride.ChangeCase 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 GameServerConfigOverride.ChangeCase valueOf(int value)
forNumber(int)
instead.value
- The number of the enum to look for.public static GameServerConfigOverride.ChangeCase forNumber(int value)
public int getNumber()
getNumber
in interface AbstractMessageLite.InternalOneOfEnum
getNumber
in interface Internal.EnumLite
Copyright © 2020 Google LLC. All rights reserved.