Class SQLParameterLookupParser
java.lang.Object
org.jfree.report.util.PropertyLookupParser
org.jfree.report.modules.data.sql.SQLParameterLookupParser
- All Implemented Interfaces:
Serializable
Creation-Date: 16.04.2006, 20:30:42
- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
protected String
lookupVariable
(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
-
Constructor Details
-
SQLParameterLookupParser
public SQLParameterLookupParser()
-
-
Method Details
-
lookupVariable
Description copied from class:PropertyLookupParser
Looks up the property with the given name.- Specified by:
lookupVariable
in classPropertyLookupParser
- Parameters:
name
- the name of the property to look up.- Returns:
- the translated value.
-
getFields
-