Uses of Class
com.walkfares.odsl.var.timeseries.TimeValueType
Package | Description |
---|---|
com.walkfares.odsl.var.timeseries |
-
Uses of TimeValueType in com.walkfares.odsl.var.timeseries
Methods in com.walkfares.odsl.var.timeseries that return TimeValueType Modifier and Type Method Description TimeValueType
VarTimeSeries. getValueType()
static TimeValueType
TimeValueType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimeValueType[]
TimeValueType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.walkfares.odsl.var.timeseries with parameters of type TimeValueType Modifier and Type Method Description VarTimeSeries
VarTimeSeries. setValueType(TimeValueType valueType)