Package | Description |
---|---|
org.kie.internal.builder |
The builder package is responsible for building knowledge definitions from artifact resources.
|
Modifier and Type | Method and Description |
---|---|
DecisionTableInputType |
DecisionTableConfiguration.getInputType() |
static DecisionTableInputType |
DecisionTableInputType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecisionTableInputType[] |
DecisionTableInputType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DecisionTableConfiguration.setInputType(DecisionTableInputType inputType)
Specify the type of decision table resource, currently either XLS or CSV.
|
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.