org.knime.core.data
Interface NominalValue

All Superinterfaces:
DataValue
All Known Implementing Classes:
StringCell

public interface NominalValue
extends DataValue

Interface of a StringCell, which does not enforce additional functionality but indicates that cells implementing this value can be used as nominal values. This allows for example to avoid nominal value enumeration for data cells holding smiles.

Author:
mb, University of Konstanz

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.knime.core.data.DataValue
DataValue.UtilityFactory
 
Field Summary
static DataValue.UtilityFactory UTILITY
          Meta information for this value type - reuses underlying base class because this value does not offer new functionality but is really only used to differentiate the ability of types.
 

Field Detail

UTILITY

static final DataValue.UtilityFactory UTILITY
Meta information for this value type - reuses underlying base class because this value does not offer new functionality but is really only used to differentiate the ability of types.

See Also:
DataValue.UTILITY


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.