KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > jofti > core > QueryId


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