|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Expression
instead.
An Expression represent a comparision expression.
The Expression interface is supposed to be abstract. The only instances of Expressions should be either Criterias or Logicals.
Attribute: not
ExpressionHome
,
ExpressionImpl
,
ExpressionHelper
Method Summary | |
boolean |
getNot()
Deprecated. Get the value of not |
java.lang.String |
interfaceName()
Deprecated. Get the interface name. |
void |
setByValue(java.lang.Object val)
Deprecated. Set this object. |
void |
setNot(boolean not)
Deprecated. Set the value of not |
java.lang.String |
toString()
Deprecated. Render the expression as a string. |
java.lang.Object |
value()
Deprecated. Get a value object initialized from this. |
void |
valueOf(java.lang.String searchExpression)
Deprecated. Populate this Expression from the specified expression string. |
Methods inherited from interface java.lang.Comparable |
compareTo |
Method Detail |
public java.lang.Object value()
public void setByValue(java.lang.Object val)
public java.lang.String interfaceName()
public boolean getNot()
public void setNot(boolean not)
public java.lang.String toString()
This will convert the expression to the query syntax form as specified by ExpressionHelper.
ExpressionHelper
public void valueOf(java.lang.String searchExpression)
ExpressionHelper.parse(java.lang.String)
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |