static Integer Integer.getInteger(String, Integer)
D getint PR O EXTPROC(*JAVA:
D 'java.lang.Integer':
D 'getInteger')
D CLASS(*JAVA:'java.lang.Integer')
D STATIC
D string O CLASS(*JAVA:'java.lang.String') CONST
D num O CLASS(*JAVA:'java.lang.Integer') CONST
This method accepts two objects as parameters. O is coded in column 40 of the D-specification and the CLASS keyword specifies the class of each object parameter. Because both parameters are input-only, the CONST keyword is specified.