| Modifier and Type | Field and Description |
|---|---|
private Value<?> |
value |
private java.lang.Class<T> |
valueClass |
| Constructor and Description |
|---|
CheckedValue(java.lang.Class<T> valueClass,
Value<?> value)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getValue()
Get the actual value.
|