Package com.compomics.util.interfaces
Interface TableValueWrapper
public interface TableValueWrapper
This interface describes the behaviour for a class that wraps a table element.
- Version:
- $Id: TableValueWrapper.java,v 1.1 2005/02/02 10:40:14 lennart Exp $
- Author:
- Lennart Martens
-
Method Summary
-
Method Details
-
getValue
Object getValue()This method returns the Object that this instance wraps around.- Returns:
- Object with the original instance to be put on the table.
-