Uses of Class
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITHitPolicy
-
Packages that use JSITHitPolicy Package Description org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 -
-
Uses of JSITHitPolicy 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 JSITHitPolicy Modifier and Type Method Description JSITHitPolicyJSITDecisionTable. getHitPolicy()Native getter for hitPolicystatic JSITHitPolicyJSITHitPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static JSITHitPolicy[]JSITHitPolicy. 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 JSITHitPolicy Modifier and Type Method Description voidJSITDecisionTable. setHitPolicy(JSITHitPolicy hitPolicyParam)Setter for hitPolicy
-