info.aduna.infosource.query
Class QueryType

java.lang.Object
  extended by info.aduna.infosource.query.QueryType

public class QueryType
extends Object

QueryType represents the various kinds of QueryTypes currently supported by QueryEvaluator.


Field Summary
static QueryType SERQL_CONSTRUCT
           
static QueryType SERQL_SELECT
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SERQL_SELECT

public static final QueryType SERQL_SELECT

SERQL_CONSTRUCT

public static final QueryType SERQL_CONSTRUCT
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1997-2008 Aduna. All Rights Reserved.