ch.ethz.mxquery.model
Class Constants
java.lang.Object
ch.ethz.mxquery.model.Constants
public class Constants
- extends java.lang.Object
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 |
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
Constants
public Constants()
getCompareString
public static java.lang.String getCompareString(int comparator,
int compareType)
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich