1 package de.dlr.shepard.timeseries.model.enums; 2 3 public enum ExperimentalDataPointValueType { 4 Boolean, 5 Integer, 6 Double, 7 String, 8 }