Package | Description |
---|---|
org.tron.protos |
Modifier and Type | Method and Description |
---|---|
static Protocol.Transaction.Contract.ContractType |
Protocol.Transaction.Contract.ContractType.forNumber(int value) |
Protocol.Transaction.Contract.ContractType |
Protocol.Transaction.ContractOrBuilder.getType()
.protocol.Transaction.Contract.ContractType type = 1; |
Protocol.Transaction.Contract.ContractType |
Protocol.Transaction.Contract.getType()
.protocol.Transaction.Contract.ContractType type = 1; |
Protocol.Transaction.Contract.ContractType |
Protocol.Transaction.Contract.Builder.getType()
.protocol.Transaction.Contract.ContractType type = 1; |
static Protocol.Transaction.Contract.ContractType |
Protocol.Transaction.Contract.ContractType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Protocol.Transaction.Contract.ContractType |
Protocol.Transaction.Contract.ContractType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Protocol.Transaction.Contract.ContractType |
Protocol.Transaction.Contract.ContractType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol.Transaction.Contract.ContractType[] |
Protocol.Transaction.Contract.ContractType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<Protocol.Transaction.Contract.ContractType> |
Protocol.Transaction.Contract.ContractType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.Builder.setType(Protocol.Transaction.Contract.ContractType value)
.protocol.Transaction.Contract.ContractType type = 1; |
Copyright © 2020. All rights reserved.