org.knime.base.node.io.tablecreator.table
Class Cell

java.lang.Object
  extended by org.knime.base.node.io.tablecreator.table.Cell

 class Cell
extends Object

A single cell in a spreadsheet.

Author:
Heiko Hofer

Constructor Summary
Cell(String text, DataType type, String missingValuePattern)
           
 
Method Summary
(package private)  String getErrorMessage()
           
(package private)  String getText()
           
(package private)  DataType getType()
           
(package private)  DataCell getValue()
           
 void setMissingValuePattern(String missVal)
           
(package private)  void setType(DataType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cell

Cell(String text,
     DataType type,
     String missingValuePattern)
Parameters:
text - The entered text
type - The data type of the cell
missingValuePattern - The pattern when text is treated as missing cell
Method Detail

getText

final String getText()
Returns:
the text

getValue

final DataCell getValue()
Returns:
the value

getType

final DataType getType()
Returns:
the type

setType

final void setType(DataType type)
Parameters:
type - the type to set

getErrorMessage

final String getErrorMessage()
Returns:
the errorMessage

setMissingValuePattern

public void setMissingValuePattern(String missVal)
Parameters:
missVal -


Copyright, 2003 - 2012. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.