org.jfree.formula.typing.coretypes
Class NumberType

java.lang.Object
  extended by org.jfree.formula.typing.DefaultType
      extended by org.jfree.formula.typing.coretypes.NumberType
All Implemented Interfaces:
Type

public class NumberType
extends DefaultType

Creation-Date: 02.11.2006, 09:37:54

Author:
Thomas Morgner

Field Summary
static NumberType GENERIC_NUMBER
           
static NumberType GENERIC_NUMBER_ARRAY
           
static NumberType NUMBER_SEQUENCE
           
 
Fields inherited from interface org.jfree.formula.typing.Type
ANY_TYPE, ARRAY_TYPE, DATE_TYPE, DATETIME_TYPE, ERROR_TYPE, LOGICAL_TYPE, NUMERIC_SEQUENCE_TYPE, NUMERIC_TYPE, NUMERIC_UNIT, SCALAR_TYPE, SEQUENCE_TYPE, TEXT_TYPE, TIME_TYPE
 
Constructor Summary
NumberType()
           
 
Method Summary
 
Methods inherited from class org.jfree.formula.typing.DefaultType
addFlag, getProperty, isFlagSet, isLocked, lock, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GENERIC_NUMBER

public static final NumberType GENERIC_NUMBER

GENERIC_NUMBER_ARRAY

public static final NumberType GENERIC_NUMBER_ARRAY

NUMBER_SEQUENCE

public static final NumberType NUMBER_SEQUENCE
Constructor Detail

NumberType

public NumberType()