This method of the Variant Class retrieves the value of a VT_I4 Variant.
public int getInt();
Returns the Variant object's value converted to a Java integer.
ClassCastException if the variant type is not VT_I4.