public final class NumericRange extends Object implements IndexToken
Modifier and Type | Field and Description |
---|---|
double |
max
Maximum value.
|
double |
min
Minimum value.
|
Constructor and Description |
---|
NumericRange(boolean text,
double min,
double max)
Constructor.
|
public NumericRange(boolean text, double min, double max)
text
- text/attribute indexmin
- minimum valuemax
- maximum valuepublic IndexType type()
IndexToken
type
in interface IndexToken
public byte[] get()
IndexToken
get
in interface IndexToken
Copyright © 2005–2015 BaseX Team. All rights reserved.