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