Uses of Class
adams.data.filter.TimeseriesShiftTimestamps.TimestampSource
-
Packages that use TimeseriesShiftTimestamps.TimestampSource Package Description adams.data.filter -
-
Uses of TimeseriesShiftTimestamps.TimestampSource in adams.data.filter
Fields in adams.data.filter declared as TimeseriesShiftTimestamps.TimestampSource Modifier and Type Field Description protected TimeseriesShiftTimestamps.TimestampSource
TimeseriesShiftTimestamps. m_Source
the timestamp source.Methods in adams.data.filter that return TimeseriesShiftTimestamps.TimestampSource Modifier and Type Method Description TimeseriesShiftTimestamps.TimestampSource
TimeseriesShiftTimestamps. getSource()
Returns where to get the 'old' timestamp from.static TimeseriesShiftTimestamps.TimestampSource
TimeseriesShiftTimestamps.TimestampSource. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimeseriesShiftTimestamps.TimestampSource[]
TimeseriesShiftTimestamps.TimestampSource. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.filter with parameters of type TimeseriesShiftTimestamps.TimestampSource Modifier and Type Method Description void
TimeseriesShiftTimestamps. setSource(TimeseriesShiftTimestamps.TimestampSource value)
Sets where to get the 'old' timestamp from.
-