Class FunctionBean
java.lang.Object
net.sf.jasperreports.functions.annotations.FunctionBean
- Author:
- Sanda Zaharia (shertage@users.sourceforge.net)
-
Constructor Summary
ConstructorsConstructorDescriptionFunctionBean(String id, String name, String description, Class<?> returnType) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParameter(FunctionParameterBean parameter) getId()getName()Class<?> voidsetDescription(String description) voidvoidvoidsetReturnType(Class<?> returnType)
-
Constructor Details
-
FunctionBean
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getDescription
-
setDescription
-
getParameters
-
addParameter
-
getReturnType
-
setReturnType
-