public static class SearchCompiler.ValueComparison extends SearchCompiler.Match
Modifier and Type | Field and Description |
---|---|
private int |
compareMode |
private String |
key |
private String |
referenceValue |
Constructor and Description |
---|
SearchCompiler.ValueComparison(String key,
String referenceValue,
int compareMode) |
Modifier and Type | Method and Description |
---|---|
boolean |
match(OsmPrimitive osm) |
evaluate, existsMatch, forallMatch
private final String referenceValue
private final int compareMode
public SearchCompiler.ValueComparison(String key, String referenceValue, int compareMode)
public boolean match(OsmPrimitive osm)
match
in class SearchCompiler.Match