Uses of Class
org.bitcoinj.wallet.Protos.Transaction.Purpose

Packages that use Protos.Transaction.Purpose
org.bitcoinj.wallet   
 

Uses of Protos.Transaction.Purpose in org.bitcoinj.wallet
 

Methods in org.bitcoinj.wallet that return Protos.Transaction.Purpose
 Protos.Transaction.Purpose Protos.TransactionOrBuilder.getPurpose()
          optional .wallet.Transaction.Purpose purpose = 10 [default = UNKNOWN];
 Protos.Transaction.Purpose Protos.Transaction.getPurpose()
          optional .wallet.Transaction.Purpose purpose = 10 [default = UNKNOWN];
 Protos.Transaction.Purpose Protos.Transaction.Builder.getPurpose()
          optional .wallet.Transaction.Purpose purpose = 10 [default = UNKNOWN];
static Protos.Transaction.Purpose Protos.Transaction.Purpose.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static Protos.Transaction.Purpose Protos.Transaction.Purpose.valueOf(int value)
           
static Protos.Transaction.Purpose Protos.Transaction.Purpose.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Protos.Transaction.Purpose[] Protos.Transaction.Purpose.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.bitcoinj.wallet that return types with arguments of type Protos.Transaction.Purpose
static com.google.protobuf.Internal.EnumLiteMap<Protos.Transaction.Purpose> Protos.Transaction.Purpose.internalGetValueMap()
           
 

Methods in org.bitcoinj.wallet with parameters of type Protos.Transaction.Purpose
 Protos.Transaction.Builder Protos.Transaction.Builder.setPurpose(Protos.Transaction.Purpose value)
          optional .wallet.Transaction.Purpose purpose = 10 [default = UNKNOWN];
 



Copyright © 2014. All rights reserved.