Uses of Class
io.dialob.executor.command.CommandFactory.ItemStatePredicates
-
Packages that use CommandFactory.ItemStatePredicates Package Description io.dialob.executor.command -
-
Uses of CommandFactory.ItemStatePredicates in io.dialob.executor.command
Methods in io.dialob.executor.command that return CommandFactory.ItemStatePredicates Modifier and Type Method Description static CommandFactory.ItemStatePredicatesCommandFactory.ItemStatePredicates. valueOf(String name)Returns the enum constant of this type with the specified name.static CommandFactory.ItemStatePredicates[]CommandFactory.ItemStatePredicates. values()Returns an array containing the constants of this enum type, in the order they are declared.
-