Package | Description |
---|---|
org.tron.protos |
Modifier and Type | Method and Description |
---|---|
static Protocol.Proposal.State |
Protocol.Proposal.State.forNumber(int value) |
Protocol.Proposal.State |
Protocol.ProposalOrBuilder.getState()
.protocol.Proposal.State state = 7; |
Protocol.Proposal.State |
Protocol.Proposal.getState()
.protocol.Proposal.State state = 7; |
Protocol.Proposal.State |
Protocol.Proposal.Builder.getState()
.protocol.Proposal.State state = 7; |
static Protocol.Proposal.State |
Protocol.Proposal.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Protocol.Proposal.State |
Protocol.Proposal.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Protocol.Proposal.State |
Protocol.Proposal.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol.Proposal.State[] |
Protocol.Proposal.State.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.Proposal.State> |
Protocol.Proposal.State.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Protocol.Proposal.Builder |
Protocol.Proposal.Builder.setState(Protocol.Proposal.State value)
.protocol.Proposal.State state = 7; |
Copyright © 2020. All rights reserved.