Package org.jboss.msc.value
Class CheckedValue<T>
- java.lang.Object
-
- org.jboss.msc.value.CheckedValue<T>
-
-
Field Summary
Fields Modifier and Type Field Description private Value<?>
value
private java.lang.Class<T>
valueClass
-
Constructor Summary
Constructors Constructor Description CheckedValue(java.lang.Class<T> valueClass, Value<?> value)
Construct a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getValue()
Get the actual value.
-