MigrationState.java

package de.dlr.shepard.data.timeseries.migration.model;

public enum MigrationState {
  NotNeeded,
  Needed,
  HasErrors,
}