Uses of Class
com.stackmob.sdkapi.SMValue

Packages that use SMValue
com.stackmob.sdkapi   
 

Uses of SMValue in com.stackmob.sdkapi
 

Subclasses of SMValue in com.stackmob.sdkapi
 class SMBoolean
          A Boolean value
 class SMDouble
          A Double value
 class SMInt
          An Integer (Long) value
 class SMList<T>
          A List of values
 class SMLong
          A Long value
 class SMObject
          An SMValue representing an object stored, or to be stored, in the StackMob Datastore
 class SMString
          A String value
 

Methods in com.stackmob.sdkapi that return SMValue
 SMValue SMSet.getValue()
          Gets the new value for the specified field
 SMValue SMEquals.getValue()
           
 

Constructors in com.stackmob.sdkapi with parameters of type SMValue
SMEquals(String field, SMValue value)
           
SMSet(String field, SMValue value)
          Creates a new set operation
 

Constructor parameters in com.stackmob.sdkapi with type arguments of type SMValue
SMObject(Map<String,SMValue> value)
          Create a new SMObject
 



Copyright © 2012 StackMob. All Rights Reserved.