Class TimeValue
java.lang.Object
com.walkfares.odsl.var.BaseVar
com.walkfares.odsl.var.timeseries.TimeValue
- All Implemented Interfaces:
Var
public class TimeValue extends BaseVar implements Var
-
Constructor Summary
Constructors Constructor Description TimeValue()
-
Method Summary
Modifier and Type Method Description Var
_clone()
String
getId()
UTCDateRange
getRange(VarTimeSeries ts)
Status
getStatus()
UTCDate
getTime()
VarType
getType()
VarScalar
getValue()
boolean
isEmpty()
Var
set_Id(String id)
TimeValue
setTime(UTCDate time)
TimeValue
setValue(double value)
TimeValue
setValue(Var value)
TimeValue
setValue(String value)
String
toString()
TimeValue
withStatus(Status s)
Methods inherited from class com.walkfares.odsl.var.BaseVar
add, applyChanges, getLinks, getTypeName, getUID, setLinks, tryConvert
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.walkfares.odsl.var.Var
applyChanges, DATE, DATE_NULL, DYNAMIC, getReference, getTypeName, getUID, LIST, SCALAR, setId, tryConvert