com.stackmob.sdkapi
Class SMIsNull

java.lang.Object
  extended by com.stackmob.sdkapi.SMCondition
      extended by com.stackmob.sdkapi.SMIsNull

public class SMIsNull
extends SMCondition

An "is null" or "is not null" query


Constructor Summary
SMIsNull(String field, SMBoolean value)
          Creates a new SMIsNull query
 
Method Summary
 String getField()
           
 SMBoolean getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SMIsNull

public SMIsNull(String field,
                SMBoolean value)
Creates a new SMIsNull query

Parameters:
field - the field to query
value - true if "is null"; false if "is not null"
Method Detail

getField

public String getField()

getValue

public SMBoolean getValue()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 StackMob. All Rights Reserved.