package de.dlr.shepard.data.timeseries.migration.influxtimeseries; public enum InfluxTimeseriesDataType { INTEGER, FLOAT, BOOLEAN, STRING, }