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

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

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

Classes in org.pentaho.reporting.engine.classic.core.wizard that implement DataAttributeReference
 class StaticDataAttributeReference
          Todo: Document Me
 

Methods in org.pentaho.reporting.engine.classic.core.wizard that return DataAttributeReference
 DataAttributeReference DefaultDataAttributeReferences.getReference(String domain, String name)
           
 DataAttributeReference DataAttributeReferences.getReference(String domain, String name)
           
 

Methods in org.pentaho.reporting.engine.classic.core.wizard with parameters of type DataAttributeReference
 void DefaultDataAttributeReferences.setReference(String domain, String name, DataAttributeReference value)