org.knime.core.data
Interface TimestampValue

All Superinterfaces:
DataValue
All Known Implementing Classes:
TimestampCell

Deprecated. Date and time in KNIME is represented by DateAndTimeValue and DateAndTimeCell. This interface will be removed in future versions of KNIME.

@Deprecated
public interface TimestampValue
extends DataValue

Value interface of data cells holding day/time information.

Author:
M. Berthold, University of Konstanz

Nested Class Summary
static class TimestampValue.TimestampUtilityFactory
          Deprecated. Implementations of the meta information of this value class.
static class TimestampValue.TimestampValueComparator
          Deprecated. Comparator returned by the TimestampValue interface.
 
Nested classes/interfaces inherited from interface org.knime.core.data.DataValue
DataValue.UtilityFactory
 
Field Summary
static DataValue.UtilityFactory UTILITY
          Deprecated. Meta information to TimestampValue.
 
Method Summary
 Date getDate()
          Deprecated.  
 

Field Detail

UTILITY

static final DataValue.UtilityFactory UTILITY
Deprecated. 
Meta information to TimestampValue.

See Also:
DataValue.UTILITY
Method Detail

getDate

Date getDate()
Deprecated. 
Returns:
date representation


Copyright, 2003 - 2010. 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.