com.kenai.jaffl.provider.jffi
Class EnumResultConverter

java.lang.Object
  extended by com.kenai.jaffl.provider.jffi.EnumResultConverter
All Implemented Interfaces:
FromNativeConverter

public class EnumResultConverter
extends java.lang.Object
implements FromNativeConverter


Method Summary
 java.lang.Object fromNative(java.lang.Object nativeValue, FromNativeContext context)
           
 java.lang.Class nativeType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

fromNative

public java.lang.Object fromNative(java.lang.Object nativeValue,
                                   FromNativeContext context)
Specified by:
fromNative in interface FromNativeConverter

nativeType

public java.lang.Class nativeType()
Specified by:
nativeType in interface FromNativeConverter