Uses of Class
org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage.MessageType

Packages that use Protos.TwoWayChannelMessage.MessageType
org.bitcoin.paymentchannel   
 

Uses of Protos.TwoWayChannelMessage.MessageType in org.bitcoin.paymentchannel
 

Methods in org.bitcoin.paymentchannel that return Protos.TwoWayChannelMessage.MessageType
 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.
 

Methods in org.bitcoin.paymentchannel that return types with arguments of type Protos.TwoWayChannelMessage.MessageType
static com.google.protobuf.Internal.EnumLiteMap<Protos.TwoWayChannelMessage.MessageType> Protos.TwoWayChannelMessage.MessageType.internalGetValueMap()
           
 

Methods in org.bitcoin.paymentchannel with parameters of type Protos.TwoWayChannelMessage.MessageType
 Protos.TwoWayChannelMessage.Builder Protos.TwoWayChannelMessage.Builder.setType(Protos.TwoWayChannelMessage.MessageType value)
          required .paymentchannels.TwoWayChannelMessage.MessageType type = 1;
 



Copyright © 2014. All rights reserved.