Uses of Class
com.kenai.jffi.ObjectParameterInfo.ObjectType
-
Packages that use ObjectParameterInfo.ObjectType Package Description com.kenai.jffi -
-
Uses of ObjectParameterInfo.ObjectType in com.kenai.jffi
Fields in com.kenai.jffi declared as ObjectParameterInfo.ObjectType Modifier and Type Field Description static ObjectParameterInfo.ObjectType
ObjectParameterInfo. ARRAY
static ObjectParameterInfo.ObjectType
ObjectParameterInfo. BUFFER
Methods in com.kenai.jffi that return ObjectParameterInfo.ObjectType Modifier and Type Method Description static ObjectParameterInfo.ObjectType
ObjectParameterInfo.ObjectType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ObjectParameterInfo.ObjectType[]
ObjectParameterInfo.ObjectType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.kenai.jffi with parameters of type ObjectParameterInfo.ObjectType Modifier and Type Method Description static ObjectParameterInfo
ObjectParameterInfo. create(int parameterIndex, ObjectParameterInfo.ObjectType objectType, ObjectParameterInfo.ComponentType componentType, int ioflags)
-