|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.persistence.Criteria.CriteriaEntry
This class is used by the Criteria for each criteria entry.
| Field Summary | |
static int |
LOGICAL_AND
A static indicating the criteria entry is to be AND-ed |
static int |
LOGICAL_OR
A static indicating the criteria entry is to be OR-ed |
| Method Summary | |
boolean |
getDual()
A true is returned for a dual criteria entry. |
int |
getLogic()
Returns an int indicating AND or OR condition. |
String |
getName()
Returns the name of the field. |
int |
getOperator()
Returns the operator to be used in the assignment. |
Object |
getValue()
Returns the value to be assigned to the field. |
boolean |
isLogicAND()
A true is returned, if this criteria entry will be AND-ed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int LOGICAL_AND
public static final int LOGICAL_OR
| Method Detail |
public int getLogic()
public boolean isLogicAND()
public String getName()
public Object getValue()
public int getOperator()
public boolean getDual()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||