|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttoolkit.db.api.AndInfo
public class AndInfo
class AndInfo wraps all And command related info
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Compares this AndInfo to the specified object. |
java.lang.String |
getLeftExpr()
Get the value of left expression. |
java.lang.String |
getLogic()
Get the value of logic. |
java.lang.String |
getOperator()
Get the value of operator. |
java.lang.String |
getRightExpr()
Get the value of right expression. |
boolean |
isEndOfGroup()
Whether this is the last condition in a group. |
java.lang.String |
toString()
Returns a string representing this AndInfo's values. |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getLeftExpr()
public java.lang.String getOperator()
public java.lang.String getRightExpr()
public java.lang.String getLogic()
public boolean isEndOfGroup()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
className@hashCode[ leftExrepssion | operator | rightExpression |
logic | isEndOfGroup ]
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||