Package org.n52.series.db.beans
Interface NumericalDataEntity<T extends Number>
-
- All Known Implementing Classes:
CountDataEntity,QuantityDataEntity
public interface NumericalDataEntity<T extends Number>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheckNoDataValue(Collection<T> noDataValues)
-
-
-
Method Detail
-
checkNoDataValue
boolean checkNoDataValue(Collection<T> noDataValues)
-
-