Uses of Class
adams.data.outlier.TimeseriesTimestampCheck.TimestampCondition
-
Packages that use TimeseriesTimestampCheck.TimestampCondition Package Description adams.data.outlier -
-
Uses of TimeseriesTimestampCheck.TimestampCondition in adams.data.outlier
Fields in adams.data.outlier declared as TimeseriesTimestampCheck.TimestampCondition Modifier and Type Field Description protected TimeseriesTimestampCheck.TimestampCondition
TimeseriesTimestampCheck. m_Condition
the condition that the timestamp must meet.Methods in adams.data.outlier that return TimeseriesTimestampCheck.TimestampCondition Modifier and Type Method Description TimeseriesTimestampCheck.TimestampCondition
TimeseriesTimestampCheck. getCondition()
Returns the condition that the selected timestamp must meet.static TimeseriesTimestampCheck.TimestampCondition
TimeseriesTimestampCheck.TimestampCondition. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimeseriesTimestampCheck.TimestampCondition[]
TimeseriesTimestampCheck.TimestampCondition. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.outlier with parameters of type TimeseriesTimestampCheck.TimestampCondition Modifier and Type Method Description void
TimeseriesTimestampCheck. setCondition(TimeseriesTimestampCheck.TimestampCondition value)
Sets the condition that the selected timestamp must meet.
-