DEPRECATED Use com.bea.p13n.expression.Expression
instead.
Cloneable
, Comparable
, Serializable
An Expression represent a comparision expression.
The Expression interface is supposed to be abstract. The only instances
of Expressions should be either Criteria
or
Logical
.
Related Topics
ExpressionHome
ExpressionImpl
ExpressionHelper
com.beasys.commerce.foundation.expression.ExpressionImpl
, com.beasys.commerce.foundation.expression.CriteriaImpl
, com.beasys.commerce.foundation.expression.LogicalImpl
Cloneable
, Comparable
, Serializable
com.beasys.commerce.foundation.expression.Criteria
, com.beasys.commerce.foundation.expression.Logical
Method Summary |
public boolean |
|
public |
|
public void |
|
public void |
|
public |
|
public |
|
public void |
Methods from interface java.lang. |
compareTo |
Method Detail |
public boolean getNot()Get the value of not
public String
interfaceName()
Get the interface name.
public void setByValue(Object
val)
Set this object.
public void setNot(boolean not)Set the value of not
public String
toString()
Render the expression as a string.
This will convert the expression to the query syntax form as specified by ExpressionHelper.
Object.toString()
Related Topics
public Object
value()
Get a value object initialized from this.
public void valueOf(String
searchExpression)
Populate this Expression from the specified expression string.
Related Topics