The changeType method of the Variant Class contains the following signatures:
changeType(short vartype)
changeType(int vartype)
Invokes the Win32 VariantChangeType function.
public native void changeType(short vartype);
Invokes the Win32 VariantChangeType function.
public void changeType(int vartype);