public class DateColumn extends Column
TradeoffAnalytics
Column.ColumnType, Column.Goal
Constructor and Description |
---|
DateColumn()
Instantiates a new date column.
|
Modifier and Type | Method and Description |
---|---|
Date |
getHigh()
Gets the high.
|
Date |
getLow()
Gets the low.
|
DateColumn |
withRange(Date low,
Date high)
With range.
|
fullName, getDescription, getFormat, getFullName, getGoal, getInsignificantLoss, getKey, getSignificantGain, getSignificantLoss, getType, goal, isObjective, key, objective, setDescription, setFormat, setFullName, setGoal, setInsignificantLoss, setKey, setObjective, setSignificantGain, setSignificantLoss, setType
equals, hashCode, toString
public Date getHigh()
public Date getLow()
public DateColumn withRange(Date low, Date high)
low
- the lowhigh
- the highCopyright © 2015–2016 IBM Watson. All rights reserved.