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