| java.lang.Object org.jfree.report.ParameterMapping
ParameterMapping | public class ParameterMapping implements Serializable(Code) | | A parameter mapping defines an aliasing rule for incoming and outgoing
sub-report parameters.
author: Thomas Morgner |
ParameterMapping | public ParameterMapping(String name, String alias)(Code) | | Creates a new parameter mapping for the given parameter. The parameter will
be made available using the given 'alias' name. If the alias is null,
the name will not be changed during the mapping.
Parameters: name - the name. Parameters: alias - the alias (can be null). |
getAlias | public String getAlias()(Code) | | Returns the alias parameter name.
the alias name. |
getName | public String getName()(Code) | | Returns the source parameter name.
the source name. |
|
|