Returns the value of an expression result as an Integer datatype.
Use the following syntax:
objectName.getInt();
For example, use the following Java code to get the result of an expression that returns an employee ID number as an integer, where findEmpID is a JExpression object: