Uses of Class
org.kie.dmn.model.api.DecisionTableOrientation
-
Packages that use DecisionTableOrientation Package Description org.kie.dmn.model.api org.kie.dmn.model.v1_1 org.kie.dmn.model.v1_2 org.kie.dmn.model.v1_3 -
-
Uses of DecisionTableOrientation in org.kie.dmn.model.api
Methods in org.kie.dmn.model.api that return DecisionTableOrientation Modifier and Type Method Description static DecisionTableOrientationDecisionTableOrientation. fromValue(String v)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.dmn.model.api with parameters of type DecisionTableOrientation Modifier and Type Method Description voidDecisionTable. setPreferredOrientation(DecisionTableOrientation value) -
Uses of DecisionTableOrientation in org.kie.dmn.model.v1_1
Methods in org.kie.dmn.model.v1_1 that return DecisionTableOrientation Modifier and Type Method Description DecisionTableOrientationTDecisionTable. getPreferredOrientation()Methods in org.kie.dmn.model.v1_1 with parameters of type DecisionTableOrientation Modifier and Type Method Description voidTDecisionTable. setPreferredOrientation(DecisionTableOrientation value) -
Uses of DecisionTableOrientation in org.kie.dmn.model.v1_2
Fields in org.kie.dmn.model.v1_2 declared as DecisionTableOrientation Modifier and Type Field Description protected DecisionTableOrientationTDecisionTable. preferredOrientationMethods in org.kie.dmn.model.v1_2 that return DecisionTableOrientation Modifier and Type Method Description DecisionTableOrientationTDecisionTable. getPreferredOrientation()Methods in org.kie.dmn.model.v1_2 with parameters of type DecisionTableOrientation Modifier and Type Method Description voidTDecisionTable. setPreferredOrientation(DecisionTableOrientation value) -
Uses of DecisionTableOrientation in org.kie.dmn.model.v1_3
Fields in org.kie.dmn.model.v1_3 declared as DecisionTableOrientation Modifier and Type Field Description protected DecisionTableOrientationTDecisionTable. preferredOrientationMethods in org.kie.dmn.model.v1_3 that return DecisionTableOrientation Modifier and Type Method Description DecisionTableOrientationTDecisionTable. getPreferredOrientation()Methods in org.kie.dmn.model.v1_3 with parameters of type DecisionTableOrientation Modifier and Type Method Description voidTDecisionTable. setPreferredOrientation(DecisionTableOrientation value)
-