public class StandardParameterTypesClauseFunction extends Object implements ParameterTypesClauseFunction
| Constructor and Description |
|---|
StandardParameterTypesClauseFunction(JRClauseFunction function,
Class<?>... types) |
StandardParameterTypesClauseFunction(JRClauseFunction function,
Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
JRClauseFunction |
getFunction() |
Collection<Class<?>> |
getSupportedTypes() |
public StandardParameterTypesClauseFunction(JRClauseFunction function, Class<?>... types)
public StandardParameterTypesClauseFunction(JRClauseFunction function, Class<?> type)
public Collection<Class<?>> getSupportedTypes()
getSupportedTypes in interface ParameterTypesClauseFunctionpublic JRClauseFunction getFunction()
getFunction in interface ParameterTypesClauseFunctionCopyright © 2017. All rights reserved.