1 package de.dlr.shepard.data.timeseries.migration.influxtimeseries; 2 3 public enum InfluxFillOption { 4 LINEAR, 5 NONE, 6 NULL, 7 PREVIOUS, 8 }