java.lang.Object
org.pentaho.reporting.libraries.formula.typing.DefaultType
All Implemented Interfaces:
Serializable, Type
Direct Known Subclasses:
AnyType, DateTimeType, ErrorType, LogicalType, NumberType, TextType

public abstract class DefaultType extends Object implements Type
Creation-Date: 02.11.2006, 09:37:54
Author:
Thomas Morgner
See Also:
  • Method Details

    • isLocked

      public boolean isLocked()
    • lock

      public void lock()
    • addFlag

      public void addFlag(String name)
    • isFlagSet

      public boolean isFlagSet(String name)
      Specified by:
      isFlagSet in interface Type
    • setProperty

      public void setProperty(String name, Object value)
    • getProperty

      public Object getProperty(String name)
      Specified by:
      getProperty in interface Type