Uses of Enum Class
org.flowable.dmn.model.DecisionTableOrientation
Packages that use DecisionTableOrientation
-
Uses of DecisionTableOrientation in org.flowable.dmn.model
Fields in org.flowable.dmn.model declared as DecisionTableOrientationModifier and TypeFieldDescriptionprotected DecisionTableOrientation
DecisionTable.preferredOrientation
Methods in org.flowable.dmn.model that return DecisionTableOrientationModifier and TypeMethodDescriptionstatic DecisionTableOrientation
DecisionTable.getPreferredOrientation()
static DecisionTableOrientation
Returns the enum constant of this class with the specified name.static DecisionTableOrientation[]
DecisionTableOrientation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.flowable.dmn.model with parameters of type DecisionTableOrientationModifier and TypeMethodDescriptionvoid
DecisionTable.setPreferredOrientation
(DecisionTableOrientation preferredOrientation)