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 DecisionTableOrientationDecisionTable.preferredOrientationMethods in org.flowable.dmn.model that return DecisionTableOrientationModifier and TypeMethodDescriptionstatic DecisionTableOrientationDecisionTable.getPreferredOrientation()static DecisionTableOrientationReturns 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 TypeMethodDescriptionvoidDecisionTable.setPreferredOrientation(DecisionTableOrientation preferredOrientation)