public static enum EstimateActionGasConsumptionRequest.ActionCase extends Enum<EstimateActionGasConsumptionRequest.ActionCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ACTION_NOT_SET |
EXECUTION |
TRANSFER |
| Modifier and Type | Method and Description |
|---|---|
static EstimateActionGasConsumptionRequest.ActionCase |
forNumber(int value) |
int |
getNumber() |
static EstimateActionGasConsumptionRequest.ActionCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EstimateActionGasConsumptionRequest.ActionCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EstimateActionGasConsumptionRequest.ActionCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EstimateActionGasConsumptionRequest.ActionCase TRANSFER
public static final EstimateActionGasConsumptionRequest.ActionCase EXECUTION
public static final EstimateActionGasConsumptionRequest.ActionCase ACTION_NOT_SET
public static EstimateActionGasConsumptionRequest.ActionCase[] values()
for (EstimateActionGasConsumptionRequest.ActionCase c : EstimateActionGasConsumptionRequest.ActionCase.values()) System.out.println(c);
public static EstimateActionGasConsumptionRequest.ActionCase 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 EstimateActionGasConsumptionRequest.ActionCase valueOf(int value)
forNumber(int) instead.public static EstimateActionGasConsumptionRequest.ActionCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2019 IoTeX Group. All rights reserved.