public enum TransactionLogType extends Enum<TransactionLogType> implements com.google.protobuf.ProtocolMessageEnum
iotextypes.TransactionLogType| Enum Constant and Description |
|---|
CANDIDATE_REGISTRATION_FEE
CANDIDATE_REGISTRATION_FEE = 5; |
CANDIDATE_SELF_STAKE
CANDIDATE_SELF_STAKE = 4; |
CLAIM_FROM_REWARDING_FUND
CLAIM_FROM_REWARDING_FUND = 9; |
CREATE_BUCKET
CREATE_BUCKET = 2; |
DEPOSIT_TO_BUCKET
DEPOSIT_TO_BUCKET = 3; |
DEPOSIT_TO_REWARDING_FUND
DEPOSIT_TO_REWARDING_FUND = 8; |
GAS_FEE
GAS_FEE = 6; |
IN_CONTRACT_TRANSFER
IN_CONTRACT_TRANSFER = 0; |
NATIVE_TRANSFER
NATIVE_TRANSFER = 7; |
UNRECOGNIZED |
WITHDRAW_BUCKET
WITHDRAW_BUCKET = 1; |
| Modifier and Type | Field and Description |
|---|---|
static int |
CANDIDATE_REGISTRATION_FEE_VALUE
CANDIDATE_REGISTRATION_FEE = 5; |
static int |
CANDIDATE_SELF_STAKE_VALUE
CANDIDATE_SELF_STAKE = 4; |
static int |
CLAIM_FROM_REWARDING_FUND_VALUE
CLAIM_FROM_REWARDING_FUND = 9; |
static int |
CREATE_BUCKET_VALUE
CREATE_BUCKET = 2; |
static int |
DEPOSIT_TO_BUCKET_VALUE
DEPOSIT_TO_BUCKET = 3; |
static int |
DEPOSIT_TO_REWARDING_FUND_VALUE
DEPOSIT_TO_REWARDING_FUND = 8; |
static int |
GAS_FEE_VALUE
GAS_FEE = 6; |
static int |
IN_CONTRACT_TRANSFER_VALUE
IN_CONTRACT_TRANSFER = 0; |
static int |
NATIVE_TRANSFER_VALUE
NATIVE_TRANSFER = 7; |
static int |
WITHDRAW_BUCKET_VALUE
WITHDRAW_BUCKET = 1; |
| Modifier and Type | Method and Description |
|---|---|
static TransactionLogType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<TransactionLogType> |
internalGetValueMap() |
static TransactionLogType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TransactionLogType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TransactionLogType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionLogType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransactionLogType IN_CONTRACT_TRANSFER
IN_CONTRACT_TRANSFER = 0;public static final TransactionLogType WITHDRAW_BUCKET
WITHDRAW_BUCKET = 1;public static final TransactionLogType CREATE_BUCKET
CREATE_BUCKET = 2;public static final TransactionLogType DEPOSIT_TO_BUCKET
DEPOSIT_TO_BUCKET = 3;public static final TransactionLogType CANDIDATE_SELF_STAKE
CANDIDATE_SELF_STAKE = 4;public static final TransactionLogType CANDIDATE_REGISTRATION_FEE
CANDIDATE_REGISTRATION_FEE = 5;public static final TransactionLogType GAS_FEE
GAS_FEE = 6;public static final TransactionLogType NATIVE_TRANSFER
NATIVE_TRANSFER = 7;public static final TransactionLogType DEPOSIT_TO_REWARDING_FUND
DEPOSIT_TO_REWARDING_FUND = 8;public static final TransactionLogType CLAIM_FROM_REWARDING_FUND
CLAIM_FROM_REWARDING_FUND = 9;public static final TransactionLogType UNRECOGNIZED
public static final int IN_CONTRACT_TRANSFER_VALUE
IN_CONTRACT_TRANSFER = 0;public static final int WITHDRAW_BUCKET_VALUE
WITHDRAW_BUCKET = 1;public static final int CREATE_BUCKET_VALUE
CREATE_BUCKET = 2;public static final int DEPOSIT_TO_BUCKET_VALUE
DEPOSIT_TO_BUCKET = 3;public static final int CANDIDATE_SELF_STAKE_VALUE
CANDIDATE_SELF_STAKE = 4;public static final int CANDIDATE_REGISTRATION_FEE_VALUE
CANDIDATE_REGISTRATION_FEE = 5;public static final int GAS_FEE_VALUE
GAS_FEE = 6;public static final int NATIVE_TRANSFER_VALUE
NATIVE_TRANSFER = 7;public static final int DEPOSIT_TO_REWARDING_FUND_VALUE
DEPOSIT_TO_REWARDING_FUND = 8;public static final int CLAIM_FROM_REWARDING_FUND_VALUE
CLAIM_FROM_REWARDING_FUND = 9;public static TransactionLogType[] values()
for (TransactionLogType c : TransactionLogType.values()) System.out.println(c);
public static TransactionLogType 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 nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static TransactionLogType valueOf(int value)
forNumber(int) instead.public static TransactionLogType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<TransactionLogType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static TransactionLogType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 IoTeX Group. All rights reserved.