org.dxc.api.datatypes
Class RealValue

Object
  extended by org.dxc.api.datatypes.Value
      extended by org.dxc.api.datatypes.RealValue

public class RealValue
extends Value

Real (Double) Value type.


Constructor Summary
RealValue(double value)
           
 
Method Summary
 boolean equals(Object o)
           
 double get()
           
 int hashCode()
           
 OutputStream put(OutputStream os)
          Print the value to an output stream.
 
Methods inherited from class org.dxc.api.datatypes.Value
toString, v, v, v, v
 
Methods inherited from class Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RealValue

public RealValue(double value)
Method Detail

put

public OutputStream put(OutputStream os)
Description copied from class: Value
Print the value to an output stream.

Specified by:
put in class Value

get

public double get()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object