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
Methods in com.devonfw.module.basic.common.api.query that return StringSearchOperator Modifier and Type Method Description StringSearchOperator
StringSearchConfigTo. getOperator()
static StringSearchOperator
StringSearchOperator. 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 StringSearchConfigTo
StringSearchConfigTo. of(StringSearchOperator operator)
void
StringSearchConfigTo. setOperator(StringSearchOperator operator)
-