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