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.TimestampConditionTimeseriesTimestampCheck. m_Conditionthe condition that the timestamp must meet.Methods in adams.data.outlier that return TimeseriesTimestampCheck.TimestampCondition Modifier and Type Method Description TimeseriesTimestampCheck.TimestampConditionTimeseriesTimestampCheck. getCondition()Returns the condition that the selected timestamp must meet.static TimeseriesTimestampCheck.TimestampConditionTimeseriesTimestampCheck.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 voidTimeseriesTimestampCheck. setCondition(TimeseriesTimestampCheck.TimestampCondition value)Sets the condition that the selected timestamp must meet.
-