|
© 2003 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.beasys.commerce.foundation.expression.ExpressionImpl
Expression instead.
This is the abstract base class for CriteriaImpl and LogicalImpl.
This class should not be directly instantiated.
.
ExpressionHelper,
Serialized Form| Field Summary | |
boolean |
not
Deprecated. Specifies if this is a negative logical expression. |
| Constructor Summary | |
ExpressionImpl()
Deprecated. |
|
| Method Summary | |
Object |
clone()
Deprecated. |
int |
compareTo(Object o)
Deprecated. Compare this belonging to another |
boolean |
equals(Object o)
Deprecated. |
boolean |
getNot()
Deprecated. Get the value of not |
String |
interfaceName()
Deprecated. interfaceName() returns the unqualified name of the interface from the UML model. |
void |
setByValue(Object value)
Deprecated. It is possible to call set-by-value with a superclass. |
void |
setNot(boolean not)
Deprecated. Set the value of not |
String |
toString()
Deprecated. Render the expression as a string. |
Object |
value()
Deprecated. value() is a more typesafe implementation of clone() |
void |
valueOf(String searchExpression)
Deprecated. Build a new expression that represents the string specified. |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public boolean not
| Constructor Detail |
public ExpressionImpl()
| Method Detail |
public boolean getNot()
getNot in interface Expressionpublic void setNot(boolean not)
setNot in interface Expressionpublic Object value()
value in interface Expressionpublic Object clone()
clone in class Objectpublic String interfaceName()
interfaceName in interface Expressionpublic void setByValue(Object value)
If that is the case, only the fields in the superclass will be set in this instance. The remaining fields get the default values. It is also possible to call set-by-value with a subclass. In this case, the specialized fields in the subclass will be ignored. The overridden fields in the subclass will be populated.
setByValue in interface Expressionpublic int compareTo(Object o)
compareTo in interface Comparableo - target object for comparision
public boolean equals(Object o)
equals in class Objectpublic String toString()
toString in interface ExpressiontoString in class ObjectExpressionHelper.toString(com.beasys.commerce.foundation.expression.Expression)public void valueOf(String searchExpression)
This methods should be marked as abstract.
valueOf in interface ExpressionExpressionHelper.parse(java.lang.String)
|
© 2003 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||