org.knime.base.node.io.tablecreator.table
Class Cell
java.lang.Object
org.knime.base.node.io.tablecreator.table.Cell
class Cell
- extends Object
A single cell in a spreadsheet.
- Author:
- Heiko Hofer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Cell
Cell(String text,
DataType type,
String missingValuePattern)
- Parameters:
text - The entered texttype - The data type of the cellmissingValuePattern - The pattern when text is treated as missing cell
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.