Interface ParameterTypesClauseFunction
-
- All Known Implementing Classes:
StandardParameterTypesClauseFunction
public interface ParameterTypesClauseFunction- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JRClauseFunctiongetFunction()java.util.Collection<java.lang.Class<?>>getSupportedTypes()
-
-
-
Method Detail
-
getSupportedTypes
java.util.Collection<java.lang.Class<?>> getSupportedTypes()
-
getFunction
JRClauseFunction getFunction()
-
-