T - the value typepublic final class ReferenceValue<T> extends java.lang.Object implements Value<T>
| Constructor and Description |
|---|
ReferenceValue(org.jboss.modules.ref.Reference<? extends T,?> reference)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getValue()
Get the actual value.
|
public ReferenceValue(org.jboss.modules.ref.Reference<? extends T,?> reference)
reference - the reference to refer toCopyright © 2012 JBoss, a division of Red Hat, Inc.