Uses of Class
com.kenai.jffi.ObjectParameterInfo.ComponentType

Packages that use ObjectParameterInfo.ComponentType
com.kenai.jffi   
 

Uses of ObjectParameterInfo.ComponentType in com.kenai.jffi
 

Fields in com.kenai.jffi declared as ObjectParameterInfo.ComponentType
static ObjectParameterInfo.ComponentType ObjectParameterInfo.BOOLEAN
           
static ObjectParameterInfo.ComponentType ObjectParameterInfo.BYTE
           
static ObjectParameterInfo.ComponentType ObjectParameterInfo.CHAR
           
static ObjectParameterInfo.ComponentType ObjectParameterInfo.DOUBLE
           
static ObjectParameterInfo.ComponentType ObjectParameterInfo.FLOAT
           
static ObjectParameterInfo.ComponentType ObjectParameterInfo.INT
           
static ObjectParameterInfo.ComponentType ObjectParameterInfo.LONG
           
static ObjectParameterInfo.ComponentType ObjectParameterInfo.SHORT
           
 

Methods in com.kenai.jffi with parameters of type ObjectParameterInfo.ComponentType
static ObjectParameterInfo ObjectParameterInfo.create(int parameterIndex, ObjectParameterInfo.ObjectType objectType, ObjectParameterInfo.ComponentType componentType, int ioflags)