Protos.TwoWayChannelMessage.MessageType |
Protos.TwoWayChannelMessageOrBuilder.getType()
required .paymentchannels.TwoWayChannelMessage.MessageType type = 1;
|
Protos.TwoWayChannelMessage.MessageType |
Protos.TwoWayChannelMessage.getType()
required .paymentchannels.TwoWayChannelMessage.MessageType type = 1;
|
Protos.TwoWayChannelMessage.MessageType |
Protos.TwoWayChannelMessage.Builder.getType()
required .paymentchannels.TwoWayChannelMessage.MessageType type = 1;
|
static Protos.TwoWayChannelMessage.MessageType |
Protos.TwoWayChannelMessage.MessageType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Protos.TwoWayChannelMessage.MessageType |
Protos.TwoWayChannelMessage.MessageType.valueOf(int value) |
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.
|