public interface Value
An abstract value.
| Modifier and Type | Interface and Description |
|---|---|
static class |
Value.Type |
| Modifier and Type | Method and Description |
|---|---|
Value.Type |
getType()
Returns the values type.
|
java.lang.Object |
getValue()
Returns the actual value.
|
Value.Type getType()
Returns the values type.
java.lang.Object getValue()
Returns the actual value. This may be null.