org.pentaho.reporting.libraries.formula.typing.coretypes

Class DateTimeType

public class DateTimeType extends DefaultType

This class regroups all related Types to date and time values.

Author: Cedric Pronzato

Field Summary
static DateTimeTypeDATETIME_TYPE
This Type represents an instant in time described by a date and a time of day.
static DateTimeTypeDATE_TYPE
This Type represents an instant in time described by a date only.
static DateTimeTypeTIME_TYPE
This Type represents an instant in time described by a time of day only.
Constructor Summary
protected DateTimeType()

Field Detail

DATETIME_TYPE

public static final DateTimeType DATETIME_TYPE
This Type represents an instant in time described by a date and a time of day.

DATE_TYPE

public static final DateTimeType DATE_TYPE
This Type represents an instant in time described by a date only.

TIME_TYPE

public static final DateTimeType TIME_TYPE
This Type represents an instant in time described by a time of day only.

Constructor Detail

DateTimeType

protected DateTimeType()