public class PointsConfig extends Object
PointValues
queries.PointValues
,
NumberFormat
Constructor and Description |
---|
PointsConfig(NumberFormat format,
Class<? extends Number> type)
Constructs a
PointsConfig object. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
NumberFormat |
getNumberFormat()
|
Class<? extends Number> |
getType()
Returns the numeric type used to index the numeric values
|
int |
hashCode() |
void |
setNumberFormat(NumberFormat format)
|
void |
setType(Class<? extends Number> type)
Sets the numeric type used to index the numeric values
|
public PointsConfig(NumberFormat format, Class<? extends Number> type)
PointsConfig
object.format
- the NumberFormat
used to parse a String
to
Number
type
- the numeric type used to index the numeric valuessetNumberFormat(NumberFormat)
public NumberFormat getNumberFormat()
NumberFormat
used to parse a String
to
Number
public Class<? extends Number> getType()
public void setType(Class<? extends Number> type)
type
- the numeric type used to index the numeric valuespublic void setNumberFormat(NumberFormat format)
format
- the NumberFormat
used to parse a String
to
Number
, must not be null
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.