|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Deprecated Use Expression instead.
public interface Expression
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 |
String |
interfaceName()Deprecated Get the interface name. |
void |
setByValue(Object val)Deprecated Set this object. |
void |
setNot(boolean not)Deprecated Set the value of not |
String |
toString()Deprecated Render the expression as a string. |
Object |
value()Deprecated Get a value object initialized from this. |
void |
valueOf(String searchExpression)Deprecated Populate this Expression from the specified expression string. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
Object value()
void setByValue(Object val)
String interfaceName()
boolean getNot()
void setNot(boolean not)
String toString()
This will convert the expression to the query syntax form as specified by ExpressionHelper.
toString in class ObjectExpressionHelpervoid valueOf(String searchExpression)
IllegalArgumentException - thrown on an invalid expression string.ExpressionHelper.parse(java.lang.String)
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.