Uses of Enum Class
de.iip_ecosphere.platform.connectors.events.SimpleTimeseriesQuery.TimeKind
Packages that use SimpleTimeseriesQuery.TimeKind
Package
Description
Optional pluggable connector events.
-
Uses of SimpleTimeseriesQuery.TimeKind in de.iip_ecosphere.platform.connectors.events
Fields in de.iip_ecosphere.platform.connectors.events declared as SimpleTimeseriesQuery.TimeKindModifier and TypeFieldDescriptionprivate SimpleTimeseriesQuery.TimeKindSimpleTimeseriesQuery.endKindprivate SimpleTimeseriesQuery.TimeKindSimpleTimeseriesQuery.startKindMethods in de.iip_ecosphere.platform.connectors.events that return SimpleTimeseriesQuery.TimeKindModifier and TypeMethodDescriptionSimpleTimeseriesQuery.getEndKind()Returns the interpretation of the end time.SimpleTimeseriesQuery.getStartKind()Returns the interpretation of the start time.Returns the enum constant of this class with the specified name.static SimpleTimeseriesQuery.TimeKind[]SimpleTimeseriesQuery.TimeKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.iip_ecosphere.platform.connectors.events with parameters of type SimpleTimeseriesQuery.TimeKindModifierConstructorDescriptionSimpleTimeseriesQuery(int start, SimpleTimeseriesQuery.TimeKind startKind) Creates a simple time series query with start time point and unspecified end.SimpleTimeseriesQuery(int start, SimpleTimeseriesQuery.TimeKind startKind, int end, SimpleTimeseriesQuery.TimeKind endKind) Creates a simple time series query.SimpleTimeseriesQuery(int start, SimpleTimeseriesQuery.TimeKind startKind, int end, SimpleTimeseriesQuery.TimeKind endKind, int delay) Creates a simple time series query.