|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.googlecode.objectify.condition.Always
public class Always
Simple If condition that always returns true for any value.
Constructor Summary | |
---|---|
Always()
|
Method Summary | |
---|---|
boolean |
matches(java.lang.Object value,
java.lang.Object onPojo)
Test a value (for a field) and/or an entity. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Always()
Method Detail |
---|
public boolean matches(java.lang.Object value, java.lang.Object onPojo)
If
matches
in interface If<java.lang.Object,java.lang.Object>
value
- is the actual value of a particular fieldonPojo
- is the entity object on which the field/value exists
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |