Uses of Class
org.flowable.dmn.model.DecisionTableOrientation
-
-
Uses of DecisionTableOrientation in org.flowable.dmn.model
Fields in org.flowable.dmn.model declared as DecisionTableOrientation Modifier and Type Field Description protected DecisionTableOrientationDecisionTable. preferredOrientationMethods in org.flowable.dmn.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.flowable.dmn.model with parameters of type DecisionTableOrientation Modifier and Type Method Description voidDecisionTable. setPreferredOrientation(DecisionTableOrientation preferredOrientation)
-