MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.model
Class Constants

java.lang.Object
  extended by ch.ethz.mxquery.model.Constants

public class Constants
extends java.lang.Object


Field Summary
static int COMP_EQ
           
static int COMP_GE
           
static int COMP_GENERAL
           
static int COMP_GT
           
static int COMP_LE
           
static int COMP_LT
           
static int COMP_NE
           
static int COMP_NODE
           
static int COMP_VALUE
           
 
Constructor Summary
Constants()
           
 
Method Summary
static java.lang.String getCompareString(int comparator, int compareType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMP_VALUE

public static final int COMP_VALUE
See Also:
Constant Field Values

COMP_GENERAL

public static final int COMP_GENERAL
See Also:
Constant Field Values

COMP_NODE

public static final int COMP_NODE
See Also:
Constant Field Values

COMP_EQ

public static final int COMP_EQ
See Also:
Constant Field Values

COMP_LT

public static final int COMP_LT
See Also:
Constant Field Values

COMP_GT

public static final int COMP_GT
See Also:
Constant Field Values

COMP_LE

public static final int COMP_LE
See Also:
Constant Field Values

COMP_GE

public static final int COMP_GE
See Also:
Constant Field Values

COMP_NE

public static final int COMP_NE
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()
Method Detail

getCompareString

public static java.lang.String getCompareString(int comparator,
                                                int compareType)

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich