com.stackmob.sdkapi
Class SMPrimitive<T>

java.lang.Object
  extended by com.stackmob.sdkapi.SMValue<T>
      extended by com.stackmob.sdkapi.SMPrimitive<T>
Direct Known Subclasses:
SMBoolean, SMDouble, SMInt, SMLong

public abstract class SMPrimitive<T>
extends SMValue<T>


Field Summary
 
Fields inherited from class com.stackmob.sdkapi.SMValue
value
 
Constructor Summary
SMPrimitive(T t)
           
 
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

SMPrimitive

public SMPrimitive(T t)


Copyright © 2012 StackMob. All Rights Reserved.