com.crystaldecisions.sdk.occa.report.data
Interface ICustomFunction

All Superinterfaces:
IClone, IFormula
All Known Implementing Classes:
CustomFunction

public interface ICustomFunction
extends IFormula

This interface enables you to set and retrieve information about a custom function.

Custom functions are procedures you create in Crystal Reports to evaluate, make calculations on, or transform data. Custom functions must be added to the report using Crystal Reports. For information on how to do this, see the Crystal Reports Online Help. Use the CustomFunctionController object to retrieve and modify a custom function.


Method Summary
 java.lang.String getName()
          Returns the name of the custom function.
 void setName(java.lang.String name)
          Sets the name of the custom function.
 
Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.IFormula
getFormulaNullTreatment, getSyntax, getText, setFormulaNullTreatment, setSyntax, setText
 

Method Detail

getName

java.lang.String getName()

Returns the name of the custom function.

Returns:
The name of the custom function as a String.

setName

void setName(java.lang.String name)

Sets the name of the custom function.

Parameters:
name - The name of the custom function as a String.