|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | 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 FormField Summary | |
boolean |
not
Deprecated. Specifies if this is a negative logical expression. |
Constructor Summary | |
ExpressionImpl()
Deprecated. |
Method Summary | |
java.lang.Object |
clone()
Deprecated. |
int |
compareTo(java.lang.Object o)
Deprecated. Compare this belonging to another |
boolean |
equals(java.lang.Object o)
Deprecated. |
boolean |
getNot()
Deprecated. Get the value of not |
java.lang.String |
interfaceName()
Deprecated. interfaceName() returns the unqualified name of the interface from the UML model. |
void |
setByValue(java.lang.Object value)
Deprecated. It is possible to call set-by-value with a superclass. |
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. value() is a more typesafe implementation of clone() |
void |
valueOf(java.lang.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()
public void setNot(boolean not)
public java.lang.Object value()
public java.lang.Object clone()
public java.lang.String interfaceName()
public void setByValue(java.lang.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.
public int compareTo(java.lang.Object o)
o
- target object for comparisionpublic boolean equals(java.lang.Object o)
public java.lang.String toString()
ExpressionHelper.toString(com.beasys.commerce.foundation.expression.Expression)
public void valueOf(java.lang.String searchExpression)
This methods should be marked as abstract.
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |