org.jfree.report.modules.data.sql
Class SQLParameterLookupParser

java.lang.Object
  extended by org.jfree.report.util.PropertyLookupParser
      extended by org.jfree.report.modules.data.sql.SQLParameterLookupParser
All Implemented Interfaces:
java.io.Serializable

public class SQLParameterLookupParser
extends PropertyLookupParser

Creation-Date: 16.04.2006, 20:30:42

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
SQLParameterLookupParser()
           
 
Method Summary
 java.lang.String[] getFields()
           
protected  java.lang.String lookupVariable(java.lang.String name)
          Looks up the property with the given name.
 
Methods inherited from class org.jfree.report.util.PropertyLookupParser
getClosingBraceChar, getEscapeChar, getMarkerChar, getOpeningBraceChar, setClosingBraceChar, setEscapeChar, setMarkerChar, setOpeningBraceChar, translateAndLookup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLParameterLookupParser

public SQLParameterLookupParser()
Method Detail

lookupVariable

protected java.lang.String lookupVariable(java.lang.String name)
Description copied from class: PropertyLookupParser
Looks up the property with the given name.

Specified by:
lookupVariable in class PropertyLookupParser
Parameters:
name - the name of the property to look up.
Returns:
the translated value.

getFields

public java.lang.String[] getFields()