Uses of Class
org.flowable.dmn.model.HitPolicy
-
-
Uses of HitPolicy in org.flowable.dmn.model
Fields in org.flowable.dmn.model declared as HitPolicy Modifier and Type Field Description protected HitPolicyDecisionTable. hitPolicyMethods in org.flowable.dmn.model that return HitPolicy Modifier and Type Method Description static HitPolicyHitPolicy. get(String value)HitPolicyDecisionTable. getHitPolicy()static HitPolicyHitPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static HitPolicy[]HitPolicy. 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 HitPolicy Modifier and Type Method Description voidDecisionTable. setHitPolicy(HitPolicy hitPolicy)
-