Uses of Class
com.tick42.glue.core.interop.invoke.MethodInvocationResult.Type
-
Packages that use MethodInvocationResult.Type Package Description com.tick42.glue.core.interop.invoke -
-
Uses of MethodInvocationResult.Type in com.tick42.glue.core.interop.invoke
Methods in com.tick42.glue.core.interop.invoke that return MethodInvocationResult.Type Modifier and Type Method Description MethodInvocationResult.TypeMethodInvocationResult. getType()Return the type of the result.static MethodInvocationResult.TypeMethodInvocationResult.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static MethodInvocationResult.Type[]MethodInvocationResult.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-