com.stackmob.sdkapi
Class SMDouble

java.lang.Object
  extended by com.stackmob.sdkapi.SMValue<T>
      extended by com.stackmob.sdkapi.SMPrimitive<Double>
          extended by com.stackmob.sdkapi.SMDouble

public class SMDouble
extends SMPrimitive<Double>

A Double value


Field Summary
 
Fields inherited from class com.stackmob.sdkapi.SMValue
value
 
Constructor Summary
SMDouble(Double value)
          Create a new SMDouble
 
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

SMDouble

public SMDouble(Double value)
Create a new SMDouble

Parameters:
value - the Double this SMDouble represents


Copyright © 2012 StackMob. All Rights Reserved.