Package | Description |
---|---|
org.kie.workbench.common.command.client | |
org.kie.workbench.common.command.client.impl |
Modifier and Type | Method and Description |
---|---|
CommandResult.Type |
CommandResult.getType()
Type of Result
|
abstract CommandResult.Type |
CommandResultBuilder.getType(V violation) |
static CommandResult.Type |
CommandResult.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.
|
Modifier and Type | Method and Description |
---|---|
CommandResultBuilder<V> |
CommandResultBuilder.setType(CommandResult.Type type) |
Modifier and Type | Method and Description |
---|---|
CommandResult.Type |
CommandResultImpl.getType() |
Constructor and Description |
---|
CommandResultImpl(CommandResult.Type type,
Collection<V> violations) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.