com.plumtree.server.condition
Class OperatorEnum

java.lang.Object
  extended by com.plumtree.server.condition.OperatorEnum

public class OperatorEnum
extends java.lang.Object

Enumerates the boolean operators that have been implemented.

Author:
dustina

Field Summary
static int AND
           
static int INVALID
           
static int[] m_operatorEnums
           
static int NOT
           
static int NUMTYPES
           
static int OR
           
 
Constructor Summary
OperatorEnum()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVALID

public static final int INVALID
See Also:
Constant Field Values

OR

public static final int OR
See Also:
Constant Field Values

AND

public static final int AND
See Also:
Constant Field Values

NOT

public static final int NOT
See Also:
Constant Field Values

NUMTYPES

public static final int NUMTYPES
See Also:
Constant Field Values

m_operatorEnums

public static final int[] m_operatorEnums
Constructor Detail

OperatorEnum

public OperatorEnum()


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.