1 package de.dlr.shepard.common.search.io; 2 3 public enum QueryType { 4 StructuredData, 5 Collection, 6 DataObject, 7 Reference, 8 }