Class StandardParameterTypesClauseFunction
- java.lang.Object
-
- net.sf.jasperreports.engine.query.StandardParameterTypesClauseFunction
-
- All Implemented Interfaces:
ParameterTypesClauseFunction
public class StandardParameterTypesClauseFunction extends Object implements ParameterTypesClauseFunction
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description StandardParameterTypesClauseFunction(JRClauseFunction function, Class<?> type)
StandardParameterTypesClauseFunction(JRClauseFunction function, Class<?>... types)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JRClauseFunction
getFunction()
Collection<Class<?>>
getSupportedTypes()
-
-
-
Constructor Detail
-
StandardParameterTypesClauseFunction
public StandardParameterTypesClauseFunction(JRClauseFunction function, Class<?>... types)
-
StandardParameterTypesClauseFunction
public StandardParameterTypesClauseFunction(JRClauseFunction function, Class<?> type)
-
-
Method Detail
-
getSupportedTypes
public Collection<Class<?>> getSupportedTypes()
- Specified by:
getSupportedTypes
in interfaceParameterTypesClauseFunction
-
getFunction
public JRClauseFunction getFunction()
- Specified by:
getFunction
in interfaceParameterTypesClauseFunction
-
-