Uses of Class
com.h2tcoin.takamakachain.globalContext.KeyContexts.QueryType
-
Packages that use KeyContexts.QueryType Package Description com.h2tcoin.takamakachain.globalContext com.h2tcoin.takamakachain.utils.Query -
-
Uses of KeyContexts.QueryType in com.h2tcoin.takamakachain.globalContext
Methods in com.h2tcoin.takamakachain.globalContext that return KeyContexts.QueryType Modifier and Type Method Description static KeyContexts.QueryType
KeyContexts.QueryType. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeyContexts.QueryType[]
KeyContexts.QueryType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of KeyContexts.QueryType in com.h2tcoin.takamakachain.utils.Query
Methods in com.h2tcoin.takamakachain.utils.Query that return KeyContexts.QueryType Modifier and Type Method Description KeyContexts.QueryType
QueryBean. getQueryType()
Get the value of queryTypeMethods in com.h2tcoin.takamakachain.utils.Query with parameters of type KeyContexts.QueryType Modifier and Type Method Description static Class
QueryHelper. getTypeClass(KeyContexts.QueryType qType)
returns the Class of each query type's result objectvoid
QueryBean. setQueryType(KeyContexts.QueryType queryType)
Set the value of queryType
-