pl.edu.pjwstk.yaod.network.protocol.queryresult
Class DoubleResult

java.lang.Object
  |
  +--pl.edu.pjwstk.yaod.network.protocol.queryresult.Result
        |
        +--pl.edu.pjwstk.yaod.network.protocol.queryresult.SingleResult
              |
              +--pl.edu.pjwstk.yaod.network.protocol.queryresult.AtomicResult
                    |
                    +--pl.edu.pjwstk.yaod.network.protocol.queryresult.DoubleResult
All Implemented Interfaces:
java.io.Serializable

public class DoubleResult
extends AtomicResult

See Also:
Serialized Form

Constructor Summary
DoubleResult(double value)
           
DoubleResult(java.lang.Double value)
           
 
Method Summary
 java.lang.Double getValue()
           
 java.lang.String getValueAsString()
           
 
Methods inherited from class pl.edu.pjwstk.yaod.network.protocol.queryresult.AtomicResult
getResultAsString, getResultAsXmlString
 
Methods inherited from class pl.edu.pjwstk.yaod.network.protocol.queryresult.Result
getResultAsString, getResultAsXmlString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleResult

public DoubleResult(java.lang.Double value)

DoubleResult

public DoubleResult(double value)
Method Detail

getValueAsString

public java.lang.String getValueAsString()
Overrides:
getValueAsString in class AtomicResult

getValue

public java.lang.Double getValue()