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

All Known Implementing Classes:
StaticDataAttributeReference

public interface DataAttributeReference

Todo: Document Me

Author:
Thomas Morgner

Method Summary
 String getDomain()
           
 String getName()
           
 Object resolve(DataAttributes attributes, DataAttributeContext context)
           
 ConceptQueryMapper resolveMapper(DataAttributes attributes)
           
 

Method Detail

getDomain

String getDomain()

getName

String getName()

resolve

Object resolve(DataAttributes attributes,
               DataAttributeContext context)

resolveMapper

ConceptQueryMapper resolveMapper(DataAttributes attributes)