|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SMValue | |
|---|---|
| com.stackmob.sdkapi | |
| Uses of SMValue in com.stackmob.sdkapi |
|---|
| Classes in com.stackmob.sdkapi with type parameters of type SMValue | |
|---|---|
class |
SMList<T extends SMValue>
A List of values |
| Subclasses of SMValue in com.stackmob.sdkapi | |
|---|---|
class |
SMBoolean
A Boolean value |
class |
SMCollection<T>
|
class |
SMDouble
A Double value |
class |
SMInt
An Integer ( Long) value |
class |
SMList<T extends SMValue>
A List of values |
class |
SMLong
Deprecated. use SMInt instead |
class |
SMObject
An SMValue representing an object stored, or to be stored, in the StackMob Datastore |
class |
SMPrimitive<T>
|
class |
SMString
A String value |
| Methods in com.stackmob.sdkapi with type parameters of type SMValue | ||
|---|---|---|
|
SMValue.asA(Class<U> cls)
|
|
|
SMValue.isA(Class<U> cls)
|
|
| Methods in com.stackmob.sdkapi that return SMValue | |
|---|---|
SMValue |
SMSet.getValue()
Gets the new value for the specified field |
SMValue |
SMEquals.getValue()
|
| Methods in com.stackmob.sdkapi that return types with arguments of type SMValue | |
|---|---|
List<SMValue> |
SMIn.getValues()
|
| 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 | |
|---|---|
SMIn(String field,
List<SMValue> values)
|
|
SMObject(Map<String,SMValue> value)
Create a new SMObject |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||