Uses of Class
org.drools.impact.analysis.model.right.ConsequenceAction.Type
-
Packages that use ConsequenceAction.Type Package Description org.drools.impact.analysis.model.right -
-
Uses of ConsequenceAction.Type in org.drools.impact.analysis.model.right
Methods in org.drools.impact.analysis.model.right that return ConsequenceAction.Type Modifier and Type Method Description ConsequenceAction.TypeConsequenceAction. getType()static ConsequenceAction.TypeConsequenceAction.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ConsequenceAction.Type[]ConsequenceAction.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.drools.impact.analysis.model.right with parameters of type ConsequenceAction.Type Constructor Description ConsequenceAction(ConsequenceAction.Type type, Class<?> actionClass)
-