These are the data type-specific methods for adding an ABL INTEGER parameter:

Syntax

public void addInteger(int position, Integer value, int mode)
            throws Open4GLException
public void addIntegerArray(int position, Integer[] value, int mode, 
                            int extentValue)
            throws Open4GLException
public void addInteger(int position, int value, int mode)
            throws Open4GLException
public void addIntegerArray(int position, int[] value, int mode, 
                            int extentValue)
            throws Open4GLException

For information on the parameters to these methods, see General syntax for add parameter methods.