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.QueryTypeKeyContexts.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.QueryTypeQueryBean. getQueryType()Get the value of queryTypeMethods in com.h2tcoin.takamakachain.utils.Query with parameters of type KeyContexts.QueryType Modifier and Type Method Description static ClassQueryHelper. getTypeClass(KeyContexts.QueryType qType)returns the Class of each query type's result objectvoidQueryBean. setQueryType(KeyContexts.QueryType queryType)Set the value of queryType
-