com.stackmob.sdkapi
Class SMBoolean

java.lang.Object
  extended by com.stackmob.sdkapi.SMValue<T>
      extended by com.stackmob.sdkapi.SMPrimitive<Boolean>
          extended by com.stackmob.sdkapi.SMBoolean

public class SMBoolean
extends SMPrimitive<Boolean>

A Boolean value


Field Summary
 
Fields inherited from class com.stackmob.sdkapi.SMValue
value
 
Constructor Summary
SMBoolean(Boolean value)
          Create a new SMBoolean
 
Method Summary
 
Methods inherited from class com.stackmob.sdkapi.SMValue
asA, equals, getValue, hashCode, isA, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SMBoolean

public SMBoolean(Boolean value)
Create a new SMBoolean

Parameters:
value - the Boolean this SMBoolean represents


Copyright © 2012 StackMob. All Rights Reserved.