package de.dlr.shepard.data.timeseries.model.enums; public enum DataPointValueType { Boolean, Integer, Double, String, }