pl.edu.agh.cast.importer.base.general
Interface IDateConversionRule

All Superinterfaces:
IConversionRule
All Known Implementing Classes:
DateDoubleColumnConversionRule, DateSingleColumnConversionRule

public interface IDateConversionRule
extends IConversionRule

Interface for all date conversion rules.

Author:
AGH CAST Team

Method Summary
 Date getDate(DataRow row)
          Retrieves the date value for a specified data row.
 
Methods inherited from interface pl.edu.agh.cast.importer.base.converter.rules.IConversionRule
clear, createCopy, getFormat, isComplete, setFormat
 

Method Detail

getDate

Date getDate(DataRow row)
             throws ConversionRuleException,
                    IllegalArgumentException
Retrieves the date value for a specified data row.

Parameters:
row - the data row, from which to retrieve the date
Returns:
date value
Throws:
ConversionRuleException
IllegalArgumentException


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.