global
Class AttrOperator

java.lang.Object
  extended byglobal.AttrOperator

public class AttrOperator
extends java.lang.Object

Enumeration class for AttrOperator


Field Summary
static int aopEQ
           
static int aopGE
           
static int aopGT
           
static int aopLE
           
static int aopLT
           
static int aopNE
           
static int aopNOP
           
static int aopNOT
           
 int attrOperator
           
static int opRANGE
           
 
Constructor Summary
AttrOperator(int _attrOperator)
          AttrOperator Constructor
An attribute operator types can be defined as AttrOperator attrOperator = new AttrOperator(AttrOperator.aopEQ); and subsequently used as if (attrOperator.attrOperator == AttrOperator.aopEQ) ....
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

aopEQ

public static final int aopEQ
See Also:
Constant Field Values

aopLT

public static final int aopLT
See Also:
Constant Field Values

aopGT

public static final int aopGT
See Also:
Constant Field Values

aopNE

public static final int aopNE
See Also:
Constant Field Values

aopLE

public static final int aopLE
See Also:
Constant Field Values

aopGE

public static final int aopGE
See Also:
Constant Field Values

aopNOT

public static final int aopNOT
See Also:
Constant Field Values

aopNOP

public static final int aopNOP
See Also:
Constant Field Values

opRANGE

public static final int opRANGE
See Also:
Constant Field Values

attrOperator

public int attrOperator
Constructor Detail

AttrOperator

public AttrOperator(int _attrOperator)
AttrOperator Constructor
An attribute operator types can be defined as and subsequently used as

Parameters:
_attrOperator - The available attribute operators
Method Detail

toString

public java.lang.String toString()