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

    Modifier and Type Method Description
    Object getValue()
    This method returns the Object that this instance wraps around.
  • 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.