public class PointsConfig extends Object
PointValues queries.PointValues, 
NumberFormat| Constructor and Description | 
|---|
| PointsConfig(NumberFormat format,
            Class<? extends Number> type)Constructs a  PointsConfigobject. | 
| 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
          Numbertype - the numeric type used to index the numeric valuessetNumberFormat(NumberFormat)public NumberFormat getNumberFormat()
NumberFormat used to parse a String to
         Numberpublic 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 nullCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.