Skip navigation links
JNA API 4.5.2
com.sun.jna.platform

Class EnumConverter<T extends java.lang.Enum<T>>

    • Constructor Summary

      Constructors 
      Constructor and Description
      EnumConverter(java.lang.Class<T> clazz) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      T fromNative(java.lang.Object input, FromNativeContext context)
      Convert the given native object into its Java representation using the given context.
      java.lang.Class<java.lang.Integer> nativeType()
      Indicate the native type used by this converter.
      java.lang.Integer toNative(java.lang.Object input, ToNativeContext context)
      Convert a Java type to an appropriate native type.
      • Methods inherited from class java.lang.Object

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

      • EnumConverter

        public EnumConverter(java.lang.Class<T> clazz)
        Parameters:
        clazz - the enum class
JNA API 4.5.2

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