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