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()StringgetId()UTCDateRangegetRange(VarTimeSeries ts)StatusgetStatus()UTCDategetTime()VarTypegetType()VarScalargetValue()booleanisEmpty()Varset_Id(String id)TimeValuesetTime(UTCDate time)TimeValuesetValue(double value)TimeValuesetValue(Var value)TimeValuesetValue(String value)StringtoString()TimeValuewithStatus(Status s)Methods inherited from class com.walkfares.odsl.var.BaseVar
add, applyChanges, getLinks, getTypeName, getUID, setLinks, tryConvertMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.walkfares.odsl.var.Var
applyChanges, DATE, DATE_NULL, DYNAMIC, getReference, getTypeName, getUID, LIST, SCALAR, setId, tryConvert