1: package com.jofti.core; 2: 3: public interface QueryId { 4: 5: public QueryType getQueryType(); 6: }