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