QueryType.java

package de.dlr.shepard.common.search.io;

public enum QueryType {
  StructuredData,
  Collection,
  DataObject,
  Reference,
}