Uses of Class
org.bitcoin.paymentchannel.Protos.Error.ErrorCode

Packages that use Protos.Error.ErrorCode
org.bitcoin.paymentchannel   
 

Uses of Protos.Error.ErrorCode in org.bitcoin.paymentchannel
 

Methods in org.bitcoin.paymentchannel that return Protos.Error.ErrorCode
 Protos.Error.ErrorCode Protos.ErrorOrBuilder.getCode()
          optional .paymentchannels.Error.ErrorCode code = 1 [default = OTHER];
 Protos.Error.ErrorCode Protos.Error.getCode()
          optional .paymentchannels.Error.ErrorCode code = 1 [default = OTHER];
 Protos.Error.ErrorCode Protos.Error.Builder.getCode()
          optional .paymentchannels.Error.ErrorCode code = 1 [default = OTHER];
static Protos.Error.ErrorCode Protos.Error.ErrorCode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static Protos.Error.ErrorCode Protos.Error.ErrorCode.valueOf(int value)
           
static Protos.Error.ErrorCode Protos.Error.ErrorCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Protos.Error.ErrorCode[] Protos.Error.ErrorCode.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.Error.ErrorCode
static com.google.protobuf.Internal.EnumLiteMap<Protos.Error.ErrorCode> Protos.Error.ErrorCode.internalGetValueMap()
           
 

Methods in org.bitcoin.paymentchannel with parameters of type Protos.Error.ErrorCode
 Protos.Error.Builder Protos.Error.Builder.setCode(Protos.Error.ErrorCode value)
          optional .paymentchannels.Error.ErrorCode code = 1 [default = OTHER];
 



Copyright © 2014. All rights reserved.