|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ojb.broker.query.SelectionCriteria
Superclass of all criteria classes, can't be instantiated.
Constructor Summary | |
(package private) |
SelectionCriteria(java.lang.String s,
java.lang.Object o)
Constructor declaration |
(package private) |
SelectionCriteria(java.lang.String s,
java.lang.Object o,
boolean negative)
Constructor declaration |
Method Summary | |
void |
bind(java.lang.Object newValue)
sets the value of the criteria to newValue. |
java.lang.String |
getAttribute()
Method declaration |
abstract java.lang.String |
getClause()
Method declaration |
java.lang.Object |
getO()
Method declaration |
java.lang.String |
getValue()
Method declaration |
boolean |
isBound()
BRJ : Used by the ODMG OQLQuery.bind() operation |
boolean |
isNegative()
Gets the negative. |
protected void |
setBound(boolean bound)
Sets the bound. |
protected void |
setO(java.lang.Object value)
Sets the value. |
java.lang.String |
toString()
Method declaration |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
SelectionCriteria(java.lang.String s, java.lang.Object o, boolean negative)
s
- o
- negative
- , criteria is negatedSelectionCriteria(java.lang.String s, java.lang.Object o)
s
- o
- Method Detail |
public abstract java.lang.String getClause()
public java.lang.String getValue()
public void bind(java.lang.Object newValue)
public java.lang.Object getO()
public java.lang.String getAttribute()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isNegative()
public boolean isBound()
protected void setBound(boolean bound)
bound
- The bound to setprotected void setO(java.lang.Object value)
value
- The value to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |