JNA API 4.2.2
com.sun.jna.platform.win32.COM.util

Class Convert



  • public class Convert
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      Convert() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static <T extends IComEnum
      T
      toComEnum(java.lang.Class<T> enumType, java.lang.Object value) 
      static java.lang.Object toJavaObject(Variant.VARIANT value) 
      static Variant.VARIANT toVariant(java.lang.Object value) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Convert

        public Convert()
    • Method Detail

      • toVariant

        public static Variant.VARIANT toVariant(java.lang.Object value)
      • toJavaObject

        public static java.lang.Object toJavaObject(Variant.VARIANT value)
      • toComEnum

        public static <T extends IComEnum> T toComEnum(java.lang.Class<T> enumType,
                                       java.lang.Object value)
JNA API 4.2.2

Copyright © 2007-2016 Timothy Wall. All Rights Reserved.