Uses of Class
org.kie.workbench.common.services.shared.kmodule.AssertBehaviorOption
-
Packages that use AssertBehaviorOption Package Description org.kie.workbench.common.services.shared.kmodule -
-
Uses of AssertBehaviorOption in org.kie.workbench.common.services.shared.kmodule
Methods in org.kie.workbench.common.services.shared.kmodule that return AssertBehaviorOption Modifier and Type Method Description static AssertBehaviorOptionAssertBehaviorOption. determineAssertBehaviorMode(String equalsBehavior)AssertBehaviorOptionKBaseModel. getEqualsBehavior()static AssertBehaviorOptionAssertBehaviorOption. valueOf(String name)Returns the enum constant of this type with the specified name.static AssertBehaviorOption[]AssertBehaviorOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.workbench.common.services.shared.kmodule with parameters of type AssertBehaviorOption Modifier and Type Method Description voidKBaseModel. setEqualsBehavior(AssertBehaviorOption equalsBehavior)
-