Uses of Class
com.devonfw.module.basic.common.api.query.StringSearchOperator
-
Packages that use StringSearchOperator Package Description com.devonfw.module.basic.common.api.query -
-
Uses of StringSearchOperator in com.devonfw.module.basic.common.api.query
Fields in com.devonfw.module.basic.common.api.query declared as StringSearchOperator Modifier and Type Field Description private StringSearchOperatorStringSearchConfigTo. operatorMethods in com.devonfw.module.basic.common.api.query that return StringSearchOperator Modifier and Type Method Description StringSearchOperatorStringSearchConfigTo. getOperator()static StringSearchOperatorStringSearchOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static StringSearchOperator[]StringSearchOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.devonfw.module.basic.common.api.query with parameters of type StringSearchOperator Modifier and Type Method Description static StringSearchConfigToStringSearchConfigTo. of(StringSearchOperator operator)voidStringSearchConfigTo. setOperator(StringSearchOperator operator)
-