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