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 ParameterTypesClauseFunction
public JRClauseFunction getFunction()
getFunction
in interface ParameterTypesClauseFunction
Copyright © 2017. All rights reserved.