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

java.lang.Object
  extended by com.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
Constants Summary

I_EQ

public static final int I_EQ
See Also
Constants Summary

I_GT

public static final int I_GT
See Also
Constants Summary

I_GE

public static final int I_GE
See Also
Constants Summary

I_LT

public static final int I_LT
See Also
Constants Summary

I_LE

public static final int I_LE
See Also
Constants Summary

EQ

public static final Operator EQ

GT

public static final Operator GT

GE

public static final Operator GE

LT

public static final Operator LT

LE

public static final Operator LE

S_EQ

public static final String S_EQ
See Also
Constants Summary

S_GT

public static final String S_GT
See Also
Constants Summary

S_GE

public static final String S_GE
See Also
Constants Summary

S_LT

public static final String S_LT
See Also
Constants Summary

S_LE

public static final String S_LE
See Also
Constants Summary
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getString

public String getString()

getInt

public int getInt()

getObject

public static Operator getObject(String token)

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2006 BEA Systems, Inc. All Rights Reserved