ccl.util
Interface Transformable


public interface Transformable

An interface that can be used for inner classes in conjunction with filter methods.


Method Summary
 java.lang.Object transform(java.lang.Object pObject_)
          Transform one object to another.
 

Method Detail

transform

public java.lang.Object transform(java.lang.Object pObject_)
Transform one object to another.

Parameters:
pObject_ - the input to create a new object out of it.