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