Uses of Class
org.kie.workbench.common.dmn.api.definition.model.DecisionTableOrientation
-
Packages that use DecisionTableOrientation Package Description org.kie.workbench.common.dmn.api.definition.model -
-
Uses of DecisionTableOrientation in org.kie.workbench.common.dmn.api.definition.model
Methods in org.kie.workbench.common.dmn.api.definition.model that return DecisionTableOrientation Modifier and Type Method Description static DecisionTableOrientationDecisionTableOrientation. fromValue(String value)DecisionTableOrientationDecisionTable. getPreferredOrientation()static DecisionTableOrientationDecisionTableOrientation. valueOf(String name)Returns the enum constant of this type with the specified name.static DecisionTableOrientation[]DecisionTableOrientation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.workbench.common.dmn.api.definition.model with parameters of type DecisionTableOrientation Modifier and Type Method Description voidDecisionTable. setPreferredOrientation(DecisionTableOrientation value)Constructors in org.kie.workbench.common.dmn.api.definition.model with parameters of type DecisionTableOrientation Constructor Description DecisionTable(Id id, Description description, QName typeRef, List<InputClause> input, List<OutputClause> output, List<DecisionRule> rule, HitPolicy hitPolicy, BuiltinAggregator aggregation, DecisionTableOrientation preferredOrientation, String outputLabel)
-