| Package | Description |
|---|---|
| org.bitcoin.paymentchannel |
| Modifier and Type | Method and Description |
|---|---|
static Protos.TwoWayChannelMessage.MessageType |
Protos.TwoWayChannelMessage.MessageType.forNumber(int value) |
Protos.TwoWayChannelMessage.MessageType |
Protos.TwoWayChannelMessageOrBuilder.getType()
This is required so if a new message type is added in future, old software aborts trying
to read the message as early as possible.
|
Protos.TwoWayChannelMessage.MessageType |
Protos.TwoWayChannelMessage.getType()
This is required so if a new message type is added in future, old software aborts trying
to read the message as early as possible.
|
Protos.TwoWayChannelMessage.MessageType |
Protos.TwoWayChannelMessage.Builder.getType()
This is required so if a new message type is added in future, old software aborts trying
to read the message as early as possible.
|
static Protos.TwoWayChannelMessage.MessageType |
Protos.TwoWayChannelMessage.MessageType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Protos.TwoWayChannelMessage.MessageType |
Protos.TwoWayChannelMessage.MessageType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Protos.TwoWayChannelMessage.MessageType |
Protos.TwoWayChannelMessage.MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protos.TwoWayChannelMessage.MessageType[] |
Protos.TwoWayChannelMessage.MessageType.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<Protos.TwoWayChannelMessage.MessageType> |
Protos.TwoWayChannelMessage.MessageType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.setType(Protos.TwoWayChannelMessage.MessageType value)
This is required so if a new message type is added in future, old software aborts trying
to read the message as early as possible.
|
Copyright © 2018. All rights reserved.