© 2004 BEA Systems, Inc.

com.bea.commerce.ebusiness.price.engine.pool
Class Operator

java.lang.Object
  extended bycom.bea.commerce.ebusiness.price.engine.pool.Operator

public class Operator
extends Object


Field Summary
static String cName
           
static Operator EQ
           
static Operator GE
           
static Operator GT
           
static int I_EQ
           
static int I_GE
           
static int I_GT
           
static int I_LE
           
static int I_LT
           
static Operator LE
           
static Operator LT
           
static String S_EQ
           
static String S_GE
           
static String S_GT
           
static String S_LE
           
static String S_LT
           
 
Method Summary
 boolean equals(Object object)
           
 int getInt()
           
static Operator getObject(String token)
           
 String getString()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

cName

public static final String cName
See Also:
Constant Field Values

EQ

public static final Operator EQ

GE

public static final Operator GE

GT

public static final Operator GT

I_EQ

public static final int I_EQ
See Also:
Constant Field Values

I_GE

public static final int I_GE
See Also:
Constant Field Values

I_GT

public static final int I_GT
See Also:
Constant Field Values

I_LE

public static final int I_LE
See Also:
Constant Field Values

I_LT

public static final int I_LT
See Also:
Constant Field Values

LE

public static final Operator LE

LT

public static final Operator LT

S_EQ

public static final String S_EQ
See Also:
Constant Field Values

S_GE

public static final String S_GE
See Also:
Constant Field Values

S_GT

public static final String S_GT
See Also:
Constant Field Values

S_LE

public static final String S_LE
See Also:
Constant Field Values

S_LT

public static final String S_LT
See Also:
Constant Field Values
Method Detail

equals

public boolean equals(Object object)

getInt

public int getInt()

getObject

public static Operator getObject(String token)

getString

public String getString()

hashCode

public int hashCode()

toString

public String toString()

© 2004 BEA Systems, Inc.

Copyright © 2004 BEA Systems, Inc. All Rights Reserved