|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.googlecode.objectify.condition.ValueIf<java.lang.Object>
com.googlecode.objectify.condition.IfEmpty
public class IfEmpty
Simple If condition that returns true if the value is null or empty. The value can be one of:
Constructor Summary | |
---|---|
IfEmpty()
|
Method Summary | |
---|---|
boolean |
matches(java.lang.Object value)
Override this method to test a field value for your condition. |
Methods inherited from class com.googlecode.objectify.condition.ValueIf |
---|
matches |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IfEmpty()
Method Detail |
---|
public boolean matches(java.lang.Object value)
ValueIf
matches
in class ValueIf<java.lang.Object>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |