ComparativeOperator
Implementation of the GreaterThan operator.
Input 1: An Object (or Expression returning an Object) that is LHS of the operator.
Input 2: An Object (or Expression returning an Object) that is RHS of the operator.
Returns: A Boolean(true) if the LHS > the RHS, otherwise Boolen(false).
Object
ComplexExpressionImpl
Operator
ComparativeOperator
GreaterThan
BinaryOperator
, Cloneable
, Expression
, Serializable
Constructor Summary |
|
|
Method Summary |
Methods from com.bea.p13n.expression.operator.comparative. |
|
Methods from com.bea.p13n.expression.operator. |
|
Methods from com.bea.p13n.expression.internal. |
addListener, addSubExpression, clearCache, clone, createProxyExpression, equals, getCachedValue, getParent, getSource, getSubExpression, getSubExpressionCount, getUserData, hashCode, isCached, isCacheEnabled, isEqualitySubExpression, notifyListeners, removeAllSubExpressions, removeListener, removeSubExpression, removeSubExpression, setCachedValue, setCacheEnabled, setParent, setSource, setSubExpression, setUserData, toString, write |
Methods from class java.lang. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods from interface com.bea.p13n.expression.operator. |
|
Methods from interface com.bea.p13n.expression. |
|
Constructor Detail |
public GreaterThan()
public GreaterThan(Object
lhs,Object
rhs)
Method Detail |