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

All Known Subinterfaces:
AttributeMetaData, DataFactoryMetaData, ElementMetaData, ExpressionMetaData, ExpressionPropertyMetaData, ReportPreProcessorMetaData, ReportPreProcessorPropertyMetaData, StyleMetaData
All Known Implementing Classes:
AbstractMetaData, DefaultAttributeMetaData, DefaultDataFactoryMetaData, DefaultElementMetaData, DefaultExpressionMetaData, DefaultExpressionPropertyMetaData, DefaultReportPreProcessorMetaData, DefaultReportPreProcessorPropertyMetaData, DefaultStyleKeyMetaData

public interface MetaData

Todo: Document Me

Author:
Thomas Morgner

Method Summary
 int getCompatibilityLevel()
           
 String getDeprecationMessage(Locale locale)
           
 String getDescription(Locale locale)
           
 String getDisplayName(Locale locale)
           
 String getGrouping(Locale locale)
           
 int getGroupingOrdinal(Locale locale)
           
 int getItemOrdinal(Locale locale)
           
 String getMetaAttribute(String attributeName, Locale locale)
           
 String getName()
           
 boolean isDeprecated()
           
 boolean isExperimental()
           
 boolean isExpert()
           
 boolean isHidden()
           
 boolean isPreferred()
           
 

Method Detail

getName

String getName()

getDisplayName

String getDisplayName(Locale locale)

getMetaAttribute

String getMetaAttribute(String attributeName,
                        Locale locale)

getGrouping

String getGrouping(Locale locale)

getGroupingOrdinal

int getGroupingOrdinal(Locale locale)

getItemOrdinal

int getItemOrdinal(Locale locale)

getDeprecationMessage

String getDeprecationMessage(Locale locale)

getDescription

String getDescription(Locale locale)

isDeprecated

boolean isDeprecated()

isExpert

boolean isExpert()

isPreferred

boolean isPreferred()

isHidden

boolean isHidden()

isExperimental

boolean isExperimental()

getCompatibilityLevel

int getCompatibilityLevel()