sleep.engine.types

Class DoubleValue

public class DoubleValue extends Object implements ScalarType

Field Summary
protected doublevalue
Constructor Summary
DoubleValue(double _value)
Method Summary
ScalarTypecopyValue()
doubledoubleValue()
intintValue()
longlongValue()
ObjectobjectValue()
StringtoString()

Field Detail

value

protected double value

Constructor Detail

DoubleValue

public DoubleValue(double _value)

Method Detail

copyValue

public ScalarType copyValue()

doubleValue

public double doubleValue()

intValue

public int intValue()

longValue

public long longValue()

objectValue

public Object objectValue()

toString

public String toString()