Class IfNull
Simple If condition that returns true if the value is null.
- Author:
- Jeff Schnitzer <[email protected]>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatchesValue(Object value) Test a simple property value.Methods inherited from class com.googlecode.objectify.condition.ValueIf
matchesPojo
-
Constructor Details
-
IfNull
public IfNull()
-
-
Method Details
-
matchesValue
Description copied from interface:IfTest a simple property value.- Parameters:
value- is the actual value of a particular field- Returns:
- true if the value matches the condition defined by an instance of this interface.
-