public static class Query.NumericFilter extends Query.Filter
property| Constructor and Description |
|---|
NumericFilter(java.lang.String property,
double min,
boolean exclusiveMin,
double max,
boolean exclusiveMax) |
NumericFilter(java.lang.String property,
double min,
double max) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParams(CommandArguments args) |
public NumericFilter(java.lang.String property,
double min,
boolean exclusiveMin,
double max,
boolean exclusiveMax)
public NumericFilter(java.lang.String property,
double min,
double max)
public void addParams(CommandArguments args)
Copyright © 2025. All rights reserved.