org.pentaho.reporting.engine.classic.core.wizard
Class StaticDataAttributeReference

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.wizard.StaticDataAttributeReference
All Implemented Interfaces:
DataAttributeReference

public class StaticDataAttributeReference
extends Object
implements DataAttributeReference

Todo: Document Me

Author:
Thomas Morgner

Constructor Summary
StaticDataAttributeReference(String domain, String name)
           
StaticDataAttributeReference(String domain, String name, Class type, ConceptQueryMapper queryMapper)
           
 
Method Summary
 String getDomain()
           
 String getName()
           
 Object resolve(DataAttributes attributes, DataAttributeContext context)
           
 ConceptQueryMapper resolveMapper(DataAttributes attributes)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticDataAttributeReference

public StaticDataAttributeReference(String domain,
                                    String name)

StaticDataAttributeReference

public StaticDataAttributeReference(String domain,
                                    String name,
                                    Class type,
                                    ConceptQueryMapper queryMapper)
Method Detail

getDomain

public String getDomain()
Specified by:
getDomain in interface DataAttributeReference

getName

public String getName()
Specified by:
getName in interface DataAttributeReference

resolve

public Object resolve(DataAttributes attributes,
                      DataAttributeContext context)
Specified by:
resolve in interface DataAttributeReference

resolveMapper

public ConceptQueryMapper resolveMapper(DataAttributes attributes)
Specified by:
resolveMapper in interface DataAttributeReference