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

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

public final class TextType
extends DefaultType

Creation-Date: 02.11.2006, 09:37:54

Author:
Thomas Morgner
See Also:
Serialized Form

Field Summary
static TextType 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final TextType TYPE