public static enum ActionCore.ActionCase extends Enum<ActionCore.ActionCase> implements com.google.protobuf.Internal.EnumLite
| Modifier and Type | Method and Description |
|---|---|
static ActionCore.ActionCase |
forNumber(int value) |
int |
getNumber() |
static ActionCore.ActionCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ActionCore.ActionCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionCore.ActionCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionCore.ActionCase TRANSFER
public static final ActionCore.ActionCase EXECUTION
public static final ActionCore.ActionCase STARTSUBCHAIN
public static final ActionCore.ActionCase STOPSUBCHAIN
public static final ActionCore.ActionCase PUTBLOCK
public static final ActionCore.ActionCase CREATEDEPOSIT
public static final ActionCore.ActionCase SETTLEDEPOSIT
public static final ActionCore.ActionCase CREATEPLUMCHAIN
public static final ActionCore.ActionCase TERMINATEPLUMCHAIN
public static final ActionCore.ActionCase PLUMPUTBLOCK
public static final ActionCore.ActionCase PLUMCREATEDEPOSIT
public static final ActionCore.ActionCase PLUMSTARTEXIT
public static final ActionCore.ActionCase PLUMCHALLENGEEXIT
public static final ActionCore.ActionCase PLUMRESPONSECHALLENGEEXIT
public static final ActionCore.ActionCase PLUMFINALIZEEXIT
public static final ActionCore.ActionCase PLUMSETTLEDEPOSIT
public static final ActionCore.ActionCase PLUMTRANSFER
public static final ActionCore.ActionCase DEPOSITTOREWARDINGFUND
public static final ActionCore.ActionCase CLAIMFROMREWARDINGFUND
public static final ActionCore.ActionCase GRANTREWARD
public static final ActionCore.ActionCase STAKECREATE
public static final ActionCore.ActionCase STAKEUNSTAKE
public static final ActionCore.ActionCase STAKEWITHDRAW
public static final ActionCore.ActionCase STAKEADDDEPOSIT
public static final ActionCore.ActionCase STAKERESTAKE
public static final ActionCore.ActionCase STAKECHANGECANDIDATE
public static final ActionCore.ActionCase STAKETRANSFEROWNERSHIP
public static final ActionCore.ActionCase CANDIDATEREGISTER
public static final ActionCore.ActionCase CANDIDATEUPDATE
public static final ActionCore.ActionCase PUTPOLLRESULT
public static final ActionCore.ActionCase ACTION_NOT_SET
public static ActionCore.ActionCase[] values()
for (ActionCore.ActionCase c : ActionCore.ActionCase.values()) System.out.println(c);
public static ActionCore.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 ActionCore.ActionCase valueOf(int value)
forNumber(int) instead.public static ActionCore.ActionCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2022 IoTeX Group. All rights reserved.