org.sadun.util
Interface Wrapper


public interface Wrapper

An interface indicating that an object is wrapping another one (see also ObjectWrapperGenerator).

Author:
Cristiano Sadun

Method Summary
 java.lang.Object getWrappedObject()
          Return the wrapped object.
 java.lang.Class getWrappedObjectClass()
          Return the class of the wrapped object.
 

Method Detail

getWrappedObject

public java.lang.Object getWrappedObject()
Return the wrapped object.

Returns:
the wrapped object.

getWrappedObjectClass

public java.lang.Class getWrappedObjectClass()
Return the class of the wrapped object.

Returns: