com.bea.commerce.ebusiness.price.engine.pool
Class Operator
java.lang.Object
|
+--com.bea.commerce.ebusiness.price.engine.pool.Operator
- public class Operator
- extends Object
cName
public static final String cName
- See Also:
- Constant Field Values
I_EQ
public static final int I_EQ
- See Also:
- Constant Field Values
I_GT
public static final int I_GT
- See Also:
- Constant Field Values
I_GE
public static final int I_GE
- See Also:
- Constant Field Values
I_LT
public static final int I_LT
- See Also:
- Constant Field Values
I_LE
public static final int I_LE
- See Also:
- Constant Field Values
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:
- Constant Field Values
S_GT
public static final String S_GT
- See Also:
- Constant Field Values
S_GE
public static final String S_GE
- See Also:
- Constant Field Values
S_LT
public static final String S_LT
- See Also:
- Constant Field Values
S_LE
public static final String S_LE
- See Also:
- Constant Field Values
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 © 2003 BEA Systems, Inc. All Rights Reserved