Uses of Class
org.spf4j.zel.vm.Program.ExecutionType
-
Packages that use Program.ExecutionType Package Description org.spf4j.zel.vm -
-
Uses of Program.ExecutionType in org.spf4j.zel.vm
Methods in org.spf4j.zel.vm that return Program.ExecutionType Modifier and Type Method Description Program.ExecutionTypeProgram. getExecType()static Program.ExecutionTypeProgram.ExecutionType. valueOf(String name)Returns the enum constant of this type with the specified name.static Program.ExecutionType[]Program.ExecutionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-