public interface WrapperClass
The interface WrapperClass provides a means of asking a dynamically
created wrapper for a given object for said wrapped object.
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getWrappedObject()
Return the object that is being wrapped by this wrapper class instance.
|