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.TransactionQueryType
KeyContexts.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.TransactionQueryType
DecodedTransactionQueryBean. getTransactionQueryType()
KeyContexts.TransactionQueryType
TransactionQueryBean. getTransactionQueryType()
Methods in com.h2tcoin.takamakachain.transactions with parameters of type KeyContexts.TransactionQueryType Modifier and Type Method Description void
DecodedTransactionQueryBean. setTransactionQueryType(KeyContexts.TransactionQueryType transactionQueryType)
void
TransactionQueryBean. setTransactionQueryType(KeyContexts.TransactionQueryType transactionQueryType)
-