public interface PointValuesQuery
Modifier and Type | Interface and Description |
---|---|
static class |
PointValuesQuery.Abstract
Abstract point values query.
|
Modifier and Type | Method and Description |
---|---|
TimeInterval |
getInterval()
Gets the time interval instance.
|
Optional<Point> |
getPoint()
Gets the point.
|
Optional<Sync> |
getSync()
Gets the sync object.
|
boolean |
isExtrapolated()
Gets the extrapolated indicator.
|
boolean |
isInterpolated()
Gets the interpolated indicator.
|
boolean |
isNotNull()
Gets the not null indicator.
|
boolean |
isPolated()
Asks if this is for inter/extra-polated values.
|
@Nonnull @CheckReturnValue TimeInterval getInterval()
@Nonnull @CheckReturnValue Optional<Point> getPoint()
@Nonnull @CheckReturnValue Optional<Sync> getSync()
@CheckReturnValue boolean isExtrapolated()
@CheckReturnValue boolean isInterpolated()
@CheckReturnValue boolean isNotNull()
@CheckReturnValue boolean isPolated()
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.