Uses of Class
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITDecisionTableOrientation
-
Packages that use JSITDecisionTableOrientation Package Description org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 -
-
Uses of JSITDecisionTableOrientation in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12
Methods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return JSITDecisionTableOrientation Modifier and Type Method Description JSITDecisionTableOrientationJSITDecisionTable. getPreferredOrientation()Native getter for preferredOrientationstatic JSITDecisionTableOrientationJSITDecisionTableOrientation. valueOf(String name)Returns the enum constant of this type with the specified name.static JSITDecisionTableOrientation[]JSITDecisionTableOrientation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with parameters of type JSITDecisionTableOrientation Modifier and Type Method Description voidJSITDecisionTable. setPreferredOrientation(JSITDecisionTableOrientation preferredOrientationParam)Setter for preferredOrientation
-