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