Uses of Class
org.drools.model.operators.StringStartsWithOperator
-
Packages that use StringStartsWithOperator Package Description org.drools.model.operators -
-
Uses of StringStartsWithOperator in org.drools.model.operators
Methods in org.drools.model.operators that return StringStartsWithOperator Modifier and Type Method Description static StringStartsWithOperatorStringStartsWithOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static StringStartsWithOperator[]StringStartsWithOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-