org.jfree.formula.typing.coretypes

Class DateTimeType

Implemented Interfaces:
Type

public class DateTimeType
extends DefaultType

This class regroups all related Types to date and time values.
Author:
Cedric Pronzato

Field Summary

static DateTimeType
DATETIME_TYPE
This Type represents an instant in time described by a date and a time of day.
static DateTimeType
DATE_TYPE
This Type represents an instant in time described by a date only.
static DateTimeType
TIME_TYPE
This Type represents an instant in time described by a time of day only.

Fields inherited from interface org.jfree.formula.typing.Type

ANY_TYPE, ARRAY_TYPE, DATETIME_TYPE, DATE_TYPE, ERROR_TYPE, LOGICAL_TYPE, NUMERIC_SEQUENCE_TYPE, NUMERIC_TYPE, NUMERIC_UNIT, SCALAR_TYPE, SEQUENCE_TYPE, TEXT_TYPE, TIME_TYPE

Constructor Summary

DateTimeType()

Method Summary

Methods inherited from class org.jfree.formula.typing.DefaultType

addFlag, getProperty, isFlagSet, isLocked, lock, setProperty

Field Details

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 Details

DateTimeType

protected DateTimeType()