Uses of Class
org.kie.workbench.common.command.client.CommandResult.Type
-
Packages that use CommandResult.Type Package Description org.kie.workbench.common.command.client org.kie.workbench.common.command.client.impl -
-
Uses of CommandResult.Type in org.kie.workbench.common.command.client
Methods in org.kie.workbench.common.command.client that return CommandResult.Type Modifier and Type Method Description CommandResult.TypeCommandResult. getType()Type of Resultabstract CommandResult.TypeCommandResultBuilder. getType(V violation)static CommandResult.TypeCommandResult.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static CommandResult.Type[]CommandResult.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.workbench.common.command.client with parameters of type CommandResult.Type Modifier and Type Method Description CommandResultBuilder<V>CommandResultBuilder. setType(CommandResult.Type type) -
Uses of CommandResult.Type in org.kie.workbench.common.command.client.impl
Methods in org.kie.workbench.common.command.client.impl that return CommandResult.Type Modifier and Type Method Description CommandResult.TypeCommandResultImpl. getType()Constructors in org.kie.workbench.common.command.client.impl with parameters of type CommandResult.Type Constructor Description CommandResultImpl(CommandResult.Type type, Collection<V> violations)
-