Interface DataPointType

All Superinterfaces:
QueryablePointType<DataPointType>, TemporalPointType
All Known Implementing Classes:
StandardDataPointType

public sealed interface DataPointType extends TemporalPointType, QueryablePointType<DataPointType> permits StandardDataPointType
Represents a type of data point in the historian system.

This interface combines capabilities of both temporal points and queryable points, specifically for data point implementations. It refines the return types of the methods from parent interfaces to be more specific to data points.

This is a sealed interface, permitting only StandardDataPointType as its implementation.

See Also: