|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DateAndTimeCell | |
---|---|
org.knime.core.data.date | Definition of date and time in KNIME. |
org.knime.core.node.config | Contains a utility class Config to store
a general state (i.e. |
Uses of DateAndTimeCell in org.knime.core.data.date |
---|
Methods in org.knime.core.data.date that return DateAndTimeCell | |
---|---|
DateAndTimeCell |
DateAndTimeCellSerializer.deserialize(DataCellDataInput input)
Loads a new instance of DataCell of type
T from the input stream, which represents a
former serialized DataCell content. |
static DateAndTimeCell |
DateAndTimeCell.load(ConfigRO config)
Load a data cell that was previously written with the save(ConfigWO) method. |
Methods in org.knime.core.data.date that return types with arguments of type DateAndTimeCell | |
---|---|
static DataCellSerializer<DateAndTimeCell> |
DateAndTimeCell.getCellSerializer()
|
Methods in org.knime.core.data.date with parameters of type DateAndTimeCell | |
---|---|
void |
DateAndTimeCellSerializer.serialize(DateAndTimeCell cell,
DataCellDataOutput output)
Saves the cell to the output stream. |
Uses of DateAndTimeCell in org.knime.core.node.config |
---|
Fields in org.knime.core.node.config with type parameters of type DateAndTimeCell | |
---|---|
static Class<DateAndTimeCell> |
Config.DataCellEntry.DateAndTimeCellEntry.CLASS
DateAndTimeCell.class . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |