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 JRClauseFunction
getFunction()
Collection<Class<?>>
getSupportedTypes()
-
-
-
Method Detail
-
getSupportedTypes
Collection<Class<?>> getSupportedTypes()
-
getFunction
JRClauseFunction getFunction()
-
-