Uses of Class
com.kenai.jffi.NativeType

Packages that use NativeType
com.kenai.jffi   
 

Uses of NativeType in com.kenai.jffi
 

Methods in com.kenai.jffi that return NativeType
static NativeType NativeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NativeType[] NativeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.