public class Value
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
stringValue |
ValueType |
type |
int |
value |
| Constructor and Description |
|---|
Value(int value,
ValueType type) |
Value(java.lang.String stringValue,
ValueType type) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |