Package | Description |
---|---|
com.devonfw.module.basic.common.api.query |
Modifier and Type | Field and Description |
---|---|
private LikePatternSyntax |
StringSearchConfigTo.likeSyntax |
Modifier and Type | Method and Description |
---|---|
static LikePatternSyntax |
LikePatternSyntax.autoDetect(String pattern) |
LikePatternSyntax |
StringSearchConfigTo.getLikeSyntax() |
static LikePatternSyntax |
LikePatternSyntax.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LikePatternSyntax[] |
LikePatternSyntax.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
LikePatternSyntax.convert(String pattern,
LikePatternSyntax syntax) |
String |
LikePatternSyntax.convert(String pattern,
LikePatternSyntax syntax,
boolean matchSubstring) |
static StringSearchConfigTo |
StringSearchConfigTo.of(LikePatternSyntax syntax) |
void |
StringSearchConfigTo.setLikeSyntax(LikePatternSyntax likeSyntax) |
Copyright © 2014–2019 devon4j-Team. All rights reserved.