sleep.engine.types
public class DoubleValue extends Object implements ScalarType
Field Summary | |
---|---|
protected double | value |
Constructor Summary | |
---|---|
DoubleValue(double _value) |
Method Summary | |
---|---|
ScalarType | copyValue() |
double | doubleValue() |
int | intValue() |
long | longValue() |
Object | objectValue() |
String | toString() |