T
- the value typepublic final class CheckedValue<T> extends java.lang.Object implements Value<T>
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.
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.