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