public class NumericColumn extends Column
Column.ColumnType, Column.Goal| Constructor and Description | 
|---|
| NumericColumn()Instantiates a new date column. | 
| Modifier and Type | Method and Description | 
|---|---|
| Double | getHigh()Gets the high. | 
| Double | getLow()Gets the low. | 
| NumericColumn | withRange(Double low,
         Double high)With numeric range. | 
| NumericColumn | withRange(Integer low,
         Integer high)With numeric range. | 
getDescription, getFormat, getFullName, getGoal, getInsignificantLoss, getKey, getSignificantGain, getSignificantLoss, getType, isObjective, setDescription, setFormat, setFullName, setGoal, setInsignificantLoss, setKey, setObjective, setSignificantGain, setSignificantLoss, setType, withFullName, withGoal, withKey, withObjectiveequals, hashCode, toStringpublic Double getHigh()
public Double getLow()
public NumericColumn withRange(Double low, Double high)
low - the lowhigh - the highpublic NumericColumn withRange(Integer low, Integer high)
low - the lowhigh - the highCopyright © 2015–2016. All rights reserved.