org.pentaho.reporting.engine.classic.core.metadata
Interface ReportPreProcessorMetaData

All Superinterfaces:
MetaData
All Known Implementing Classes:
DefaultReportPreProcessorMetaData

public interface ReportPreProcessorMetaData
extends MetaData

Todo: Document me!

Date: 28.06.2009 Time: 21:39:47

Author:
Thomas Morgner.

Method Summary
 BeanInfo getBeanDescriptor()
           
 Class getPreProcessorType()
           
 ReportPreProcessorPropertyMetaData getPropertyDescription(String name)
           
 ReportPreProcessorPropertyMetaData[] getPropertyDescriptions()
           
 String[] getPropertyNames()
           
 boolean isAutoProcessor()
           
 
Methods inherited from interface org.pentaho.reporting.engine.classic.core.metadata.MetaData
getCompatibilityLevel, getDeprecationMessage, getDescription, getDisplayName, getGrouping, getGroupingOrdinal, getItemOrdinal, getMetaAttribute, getName, isDeprecated, isExperimental, isExpert, isHidden, isPreferred
 

Method Detail

getPreProcessorType

Class getPreProcessorType()

getBeanDescriptor

BeanInfo getBeanDescriptor()
                           throws IntrospectionException
Throws:
IntrospectionException

getPropertyNames

String[] getPropertyNames()

getPropertyDescriptions

ReportPreProcessorPropertyMetaData[] getPropertyDescriptions()

getPropertyDescription

ReportPreProcessorPropertyMetaData getPropertyDescription(String name)

isAutoProcessor

boolean isAutoProcessor()