Interface QueryablePointType<T extends TemporalPointType & QueryablePointType<T>>

Type Parameters:
T - The temporal point type, which must extend both TemporalPointType and QueryablePointType<T>.
All Known Subinterfaces:
ComplexPointType, DataPointType
All Known Implementing Classes:
StandardComplexPointType, StandardDataPointType

public interface QueryablePointType<T extends TemporalPointType & QueryablePointType<T>>
Represents a type of point that can be queried in the historian system.

This interface defines the contract for queryable point types, which are associated with specific temporal point types and query options.

  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends QueryOptions<?,T>>
    Retrieves the class representing the query options associated with this point type.
  • Method Details

    • getQueryOptionsClass

      Class<? extends QueryOptions<?,T>> getQueryOptionsClass()
      Retrieves the class representing the query options associated with this point type.
      Returns:
      A Class object representing the query options for this point type.