org.jfree.formula.typing.coretypes

Class DataTableType

Implemented Interfaces:
Type

public final class DataTableType
extends DefaultType

This class regroups all Types related to an organized set of scrollable data.
Author:
Thomas Morgner

Field Summary

static DataTableType
TYPE

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

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

Method Summary

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

addFlag, getProperty, isFlagSet, isLocked, lock, setProperty

Field Details

TYPE

public static final DataTableType TYPE