com.tensegrity.palowebviewer.modules.paloclient.client.misc
Class ResultDouble

java.lang.Object
  extended by com.tensegrity.palowebviewer.modules.paloclient.client.misc.ResultDouble
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, IResultElement

public class ResultDouble
extends java.lang.Object
implements IResultElement


Constructor Summary
ResultDouble()
           
ResultDouble(double value)
           
 
Method Summary
 double getDoubleValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResultDouble

public ResultDouble()

ResultDouble

public ResultDouble(double value)
Method Detail

getDoubleValue

public final double getDoubleValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object