uk.ac.starlink.util
Interface Wrapper


public interface Wrapper

Mixin interface which indicates an object built on top of a base object.

Since:
17 Aug 2007
See Also:
WrapUtils

Method Summary
 java.lang.Object getBase()
          Returns the base object.
 

Method Detail

getBase

java.lang.Object getBase()
Returns the base object.

Returns:
base