global
Class AttrOperator

java.lang.Object
  extended by global.AttrOperator

public class AttrOperator
extends java.lang.Object

Enumeration class for predicate operators.


Field Summary
static int EQ
           
static int GT
           
static int GTE
           
static int LT
           
static int LTE
           
static int NEQ
           
 
Constructor Summary
private AttrOperator()
          Private constructor (static class).
 
Method Summary
static java.lang.String toString(int value)
          Returns a string representation of an AttrOperator.
static int toValue(java.lang.String str)
          Returns the constant value for the string representation (i.e.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EQ

public static final int EQ
See Also:
Constant Field Values

NEQ

public static final int NEQ
See Also:
Constant Field Values

GT

public static final int GT
See Also:
Constant Field Values

GTE

public static final int GTE
See Also:
Constant Field Values

LT

public static final int LT
See Also:
Constant Field Values

LTE

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

AttrOperator

private AttrOperator()
Private constructor (static class).

Method Detail

toValue

public static int toValue(java.lang.String str)
Returns the constant value for the string representation (i.e. inverse of the toString() method).


toString

public static java.lang.String toString(int value)
Returns a string representation of an AttrOperator.