Interface ComplexQueryKey<I>
- Type Parameters:
I
- The type of the identifier associated with the query key.
- All Superinterfaces:
QueryKey<ComplexPointType>
- All Known Implementing Classes:
AnnotationQueryKey
,MetadataQueryKey
Represents a query key for complex data points.
This non-sealed interface extends QueryKey
with a specific type of
ComplexPointType
and provides an additional method to retrieve
an identifier associated with the query key.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the identifier associated with this query key.
-
Method Details
-
identifier
I identifier()Retrieves the identifier associated with this query key.- Returns:
- The identifier of type
I
.
-