|
|||||||||
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.String>
com.googlecode.objectify.condition.IfEmptyString
public class IfEmptyString
Simple If condition that returns true if the value is an empty string. Note that a null string still returns false.
Constructor Summary | |
---|---|
IfEmptyString()
|
Method Summary | |
---|---|
boolean |
matches(java.lang.String 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 IfEmptyString()
Method Detail |
---|
public boolean matches(java.lang.String value)
ValueIf
matches
in class ValueIf<java.lang.String>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |