net.sf.morph.wrap
Interface Wrapper

All Known Subinterfaces:
Bean, Container, DecoratedBean, DecoratedGrowableContainer, DecoratedIndexedContainer, DecoratedMutableIndexedContainer, GrowableContainer, IndexedContainer, MutableIndexedContainer, Sizable

public interface Wrapper

A wrapper around another object that allows the data in the object to be manipulated. Wrappers provide a consistent API for different types. For example, instead of overloading a method so that it can accept both a Collection and an Object array, a single method signature utilizing the Container interface may be specified.

Since:
Jan 16, 2005
Author:
Matt Sgarlata

Method Summary
 java.lang.Object getWrappedObject()
           
 

Method Detail

getWrappedObject

java.lang.Object getWrappedObject()


Copyright © 2004-2008.