Variant

java.lang. Object
+Object()
+hashCode() :int
#finalize() :void
+notify() :void
+notifyAll() :void
+wait() :void
+wait(long ) :void
+wait(long , int ) :void
+getClass() :java.lang.Class
#clone() :java.lang.Object
+equals(java.lang.Object ) :boolean
+toString() :java.lang.String
org.apache.poi.hpsf. Variant
+VT_EMPTY :int
+VT_NULL :int
+VT_I2 :int
+VT_I4 :int
+VT_R4 :int
+VT_R8 :int
+VT_CY :int
+VT_DATE :int
+VT_BSTR :int
+VT_DISPATCH :int
+VT_ERROR :int
+VT_BOOL :int
+VT_VARIANT :int
+VT_UNKNOWN :int
+VT_DECIMAL :int
+VT_I1 :int
+VT_UI1 :int
+VT_UI2 :int
+VT_UI4 :int
+VT_I8 :int
+VT_UI8 :int
+VT_INT :int
+VT_UINT :int
+VT_VOID :int
+VT_HRESULT :int
+VT_PTR :int
+VT_SAFEARRAY :int
+VT_CARRAY :int
+VT_USERDEFINED :int
+VT_LPSTR :int
+VT_LPWSTR :int
+VT_FILETIME :int
+VT_BLOB :int
+VT_STREAM :int
+VT_STORAGE :int
+VT_STREAMED_OBJECT :int
+VT_STORED_OBJECT :int
+VT_BLOB_OBJECT :int
+VT_CF :int
+VT_CLSID :int
+VT_VECTOR :int
+VT_ARRAY :int
+VT_BYREF :int
+VT_RESERVED :int
+VT_ILLEGAL :int
+VT_ILLEGALMASKED :int
+VT_TYPEMASK :int
+Variant()