Wraps COM VARIANT data structure. This class allows you to deal with the raw VARIANT type in case you need it, but in general you should bind
VARIANT* to {@link Object} or{@link Holder}<Object> for more natural Java binding.
TODO: more documentation.
Notes
- Calling methods defined on {@link Number} changes the varianttype (i.e., similar to a cast in Java) accordingly and returns its value.
Method names that end with '0' are native methods.
TODO: more accessors
@author Kohsuke Kawaguchi (kk@kohsuke.org)