public interface IDataPoint
Modifier and Type | Method and Description |
---|---|
int |
getDataTypeId() |
java.util.List<PointValueTime> |
getLatestPointValues(int limit) |
PointValueTime |
getPointValue() |
PointValueTime |
getPointValueBefore(long time) |
java.util.List<PointValueTime> |
getPointValues(long since) |
java.util.List<PointValueTime> |
getPointValuesBetween(long from,
long to) |
void |
setPointValue(PointValueTime newValue,
SetPointSource source) |
void |
updatePointValue(PointValueTime newValue) |
void |
updatePointValue(PointValueTime newValue,
boolean async) |
java.util.List<PointValueTime> getLatestPointValues(int limit)
void updatePointValue(PointValueTime newValue)
void updatePointValue(PointValueTime newValue, boolean async)
void setPointValue(PointValueTime newValue, SetPointSource source)
PointValueTime getPointValue()
PointValueTime getPointValueBefore(long time)
java.util.List<PointValueTime> getPointValues(long since)
java.util.List<PointValueTime> getPointValuesBetween(long from, long to)
int getDataTypeId()