Uses of Class
org.kie.internal.builder.DecisionTableInputType
-
Packages that use DecisionTableInputType Package Description org.kie.internal.builder The builder package is responsible for building knowledge definitions from artifact resources. -
-
Uses of DecisionTableInputType in org.kie.internal.builder
Methods in org.kie.internal.builder that return DecisionTableInputType Modifier and Type Method Description DecisionTableInputType
DecisionTableConfiguration. getInputType()
static DecisionTableInputType
DecisionTableInputType. valueOf(java.lang.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.Methods in org.kie.internal.builder with parameters of type DecisionTableInputType Modifier and Type Method Description void
DecisionTableConfiguration. setInputType(DecisionTableInputType inputType)
Specify the type of decision table resource, currently either XLS or CSV.
-