Uses of Class
com.h2tcoin.takamakachain.globalContext.KeyContexts.TransactionQueryType
-
Packages that use KeyContexts.TransactionQueryType Package Description com.h2tcoin.takamakachain.globalContext com.h2tcoin.takamakachain.transactions -
-
Uses of KeyContexts.TransactionQueryType in com.h2tcoin.takamakachain.globalContext
Methods in com.h2tcoin.takamakachain.globalContext that return KeyContexts.TransactionQueryType Modifier and Type Method Description static KeyContexts.TransactionQueryTypeKeyContexts.TransactionQueryType. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyContexts.TransactionQueryType[]KeyContexts.TransactionQueryType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of KeyContexts.TransactionQueryType in com.h2tcoin.takamakachain.transactions
Methods in com.h2tcoin.takamakachain.transactions that return KeyContexts.TransactionQueryType Modifier and Type Method Description KeyContexts.TransactionQueryTypeDecodedTransactionQueryBean. getTransactionQueryType()KeyContexts.TransactionQueryTypeTransactionQueryBean. getTransactionQueryType()Methods in com.h2tcoin.takamakachain.transactions with parameters of type KeyContexts.TransactionQueryType Modifier and Type Method Description voidDecodedTransactionQueryBean. setTransactionQueryType(KeyContexts.TransactionQueryType transactionQueryType)voidTransactionQueryBean. setTransactionQueryType(KeyContexts.TransactionQueryType transactionQueryType)
-