This method of the Variant Class retrieves the value of a VT_I2 Variant.
public short getShort();
Returns the Variant object's value, which is converted to a Java short.
ClassCastException if the variant type is not VT_I2.