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

java.lang.Object
  extended by org.pentaho.reporting.libraries.formula.typing.DefaultType
      extended by org.pentaho.reporting.libraries.formula.typing.coretypes.ErrorType
All Implemented Interfaces:
Serializable, Type

public final class ErrorType
extends DefaultType

Creation-Date: 02.11.2006, 09:37:54

Author:
Thomas Morgner
See Also:
Serialized Form

Field Summary
static Type TYPE
           
 
Fields inherited from interface org.pentaho.reporting.libraries.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
 
Method Summary
 
Methods inherited from class org.pentaho.reporting.libraries.formula.typing.DefaultType
addFlag, getProperty, isFlagSet, isLocked, lock, setProperty
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final Type TYPE