Uses of Class
com.kenai.jffi.ObjectParameterType.ObjectType
-
Packages that use ObjectParameterType.ObjectType Package Description com.kenai.jffi -
-
Uses of ObjectParameterType.ObjectType in com.kenai.jffi
Fields in com.kenai.jffi declared as ObjectParameterType.ObjectType Modifier and Type Field Description static ObjectParameterType.ObjectTypeObjectParameterType. ARRAYstatic ObjectParameterType.ObjectTypeObjectParameterType. BUFFERMethods in com.kenai.jffi that return ObjectParameterType.ObjectType Modifier and Type Method Description static ObjectParameterType.ObjectTypeObjectParameterType.ObjectType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ObjectParameterType.ObjectType[]ObjectParameterType.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 ObjectParameterType.ObjectType Modifier and Type Method Description static ObjectParameterTypeObjectParameterType. create(ObjectParameterType.ObjectType objectType, ObjectParameterType.ComponentType componentType)
-