Uses of Class
tech.grasshopper.extent.data.pojo.Executable.ExecutableType
-
Packages that use Executable.ExecutableType Package Description tech.grasshopper.extent.data.pojo -
-
Uses of Executable.ExecutableType in tech.grasshopper.extent.data.pojo
Methods in tech.grasshopper.extent.data.pojo that return Executable.ExecutableType Modifier and Type Method Description static Executable.ExecutableTypeExecutable.ExecutableType. valueOf(String name)Returns the enum constant of this type with the specified name.static Executable.ExecutableType[]Executable.ExecutableType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-