Uses of Interface
org.pentaho.reporting.engine.classic.core.wizard.DataSchemaRule

Packages that use DataSchemaRule
org.pentaho.reporting.engine.classic.core.wizard   
 

Uses of DataSchemaRule in org.pentaho.reporting.engine.classic.core.wizard
 

Classes in org.pentaho.reporting.engine.classic.core.wizard that implement DataSchemaRule
 class DirectFieldSelectorRule
          Todo: Document Me
 class GlobalRule
          Todo: Document Me
 class MetaSelectorRule
          Todo: Document Me
 

Methods in org.pentaho.reporting.engine.classic.core.wizard that return DataSchemaRule
 DataSchemaRule DefaultDataSchemaDefinition.getRule(int index)
           
 DataSchemaRule[] DefaultDataSchemaDefinition.getRules()
          Returns all known rules.
 

Methods in org.pentaho.reporting.engine.classic.core.wizard with parameters of type DataSchemaRule
 void DefaultDataSchemaDefinition.addRule(DataSchemaRule rule)