public static enum BeamFnApi.StateKey.TypeCase extends Enum<BeamFnApi.StateKey.TypeCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
BAG_USER_STATE |
MULTIMAP_SIDE_INPUT |
RUNNER |
TYPE_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static BeamFnApi.StateKey.TypeCase |
forNumber(int value) |
int |
getNumber() |
static BeamFnApi.StateKey.TypeCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BeamFnApi.StateKey.TypeCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BeamFnApi.StateKey.TypeCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BeamFnApi.StateKey.TypeCase RUNNER
public static final BeamFnApi.StateKey.TypeCase MULTIMAP_SIDE_INPUT
public static final BeamFnApi.StateKey.TypeCase BAG_USER_STATE
public static final BeamFnApi.StateKey.TypeCase TYPE_NOT_SET
public static BeamFnApi.StateKey.TypeCase[] values()
for (BeamFnApi.StateKey.TypeCase c : BeamFnApi.StateKey.TypeCase.values()) System.out.println(c);
public static BeamFnApi.StateKey.TypeCase 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 BeamFnApi.StateKey.TypeCase valueOf(int value)
forNumber(int) instead.public static BeamFnApi.StateKey.TypeCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2016–2017 The Apache Software Foundation. All rights reserved.