org.netbeans.microedition.databinding.el
Class ELUtils
java.lang.Object
org.netbeans.microedition.databinding.el.ELUtils
public class ELUtils
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OPERATOR_EQUAL
public static final int OPERATOR_EQUAL
- See Also:
- Constant Field Values
OPERATOR_NON_EQUAL
public static final int OPERATOR_NON_EQUAL
- See Also:
- Constant Field Values
OPERATOR_LT
public static final int OPERATOR_LT
- See Also:
- Constant Field Values
OPERATOR_GT
public static final int OPERATOR_GT
- See Also:
- Constant Field Values
OPERATOR_GE
public static final int OPERATOR_GE
- See Also:
- Constant Field Values
OPERATOR_LE
public static final int OPERATOR_LE
- See Also:
- Constant Field Values
OPERATOR_PLUS
public static final int OPERATOR_PLUS
- See Also:
- Constant Field Values
OPERATOR_MINUS
public static final int OPERATOR_MINUS
- See Also:
- Constant Field Values
OPERATOR_MULTIPLY
public static final int OPERATOR_MULTIPLY
- See Also:
- Constant Field Values
OPERATOR_DIVIDE
public static final int OPERATOR_DIVIDE
- See Also:
- Constant Field Values
OPERATOR_MODULUS
public static final int OPERATOR_MODULUS
- See Also:
- Constant Field Values
OPERATOR_UNARY_NOT
public static final int OPERATOR_UNARY_NOT
- See Also:
- Constant Field Values
OPERATOR_UNARY_MINUS
public static final int OPERATOR_UNARY_MINUS
- See Also:
- Constant Field Values
OPERATOR_EMPTY
public static final int OPERATOR_EMPTY
- See Also:
- Constant Field Values
ELUtils
public ELUtils()
coerceToBoolean
public static boolean coerceToBoolean(java.lang.Object object)
applyEqualityOperator
public static boolean applyEqualityOperator(java.lang.Object value1,
java.lang.Object value2,
int operator)
applyRelationalOperator
public static boolean applyRelationalOperator(java.lang.Object value1,
java.lang.Object value2,
int operator)
applyArithmeticOperator
public static java.lang.Object applyArithmeticOperator(java.lang.Object value1,
java.lang.Object value2,
int operator)
applyUnaryOperation
public static java.lang.Object applyUnaryOperation(java.lang.Object value,
int operator)