public static enum Transaction.TransactionArgument.ArgType extends Enum<Transaction.TransactionArgument.ArgType> implements com.google.protobuf.ProtocolMessageEnum
types.TransactionArgument.ArgType| Enum Constant and Description |
|---|
ADDRESS
ADDRESS = 1; |
BYTEARRAY
BYTEARRAY = 3; |
STRING
STRING = 2; |
U64
U64 = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ADDRESS_VALUE
ADDRESS = 1; |
static int |
BYTEARRAY_VALUE
BYTEARRAY = 3; |
static int |
STRING_VALUE
STRING = 2; |
static int |
U64_VALUE
U64 = 0; |
| Modifier and Type | Method and Description |
|---|---|
static Transaction.TransactionArgument.ArgType |
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<Transaction.TransactionArgument.ArgType> |
internalGetValueMap() |
static Transaction.TransactionArgument.ArgType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Transaction.TransactionArgument.ArgType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Transaction.TransactionArgument.ArgType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transaction.TransactionArgument.ArgType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Transaction.TransactionArgument.ArgType U64
U64 = 0;public static final Transaction.TransactionArgument.ArgType ADDRESS
ADDRESS = 1;public static final Transaction.TransactionArgument.ArgType STRING
STRING = 2;public static final Transaction.TransactionArgument.ArgType BYTEARRAY
BYTEARRAY = 3;public static final Transaction.TransactionArgument.ArgType UNRECOGNIZED
public static final int U64_VALUE
U64 = 0;public static final int ADDRESS_VALUE
ADDRESS = 1;public static final int STRING_VALUE
STRING = 2;public static final int BYTEARRAY_VALUE
BYTEARRAY = 3;public static Transaction.TransactionArgument.ArgType[] values()
for (Transaction.TransactionArgument.ArgType c : Transaction.TransactionArgument.ArgType.values()) System.out.println(c);
public static Transaction.TransactionArgument.ArgType 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 Transaction.TransactionArgument.ArgType valueOf(int value)
forNumber(int) instead.public static Transaction.TransactionArgument.ArgType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Transaction.TransactionArgument.ArgType> 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 Transaction.TransactionArgument.ArgType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019. All rights reserved.