Uses of Class
com.kenai.jffi.ObjectParameterType.ComponentType
-
Packages that use ObjectParameterType.ComponentType Package Description com.kenai.jffi -
-
Uses of ObjectParameterType.ComponentType in com.kenai.jffi
Fields in com.kenai.jffi declared as ObjectParameterType.ComponentType Modifier and Type Field Description static ObjectParameterType.ComponentType
ObjectParameterType. BOOLEAN
static ObjectParameterType.ComponentType
ObjectParameterType. BYTE
static ObjectParameterType.ComponentType
ObjectParameterType. CHAR
static ObjectParameterType.ComponentType
ObjectParameterType. DOUBLE
static ObjectParameterType.ComponentType
ObjectParameterType. FLOAT
static ObjectParameterType.ComponentType
ObjectParameterType. INT
static ObjectParameterType.ComponentType
ObjectParameterType. LONG
static ObjectParameterType.ComponentType
ObjectParameterType. SHORT
Methods in com.kenai.jffi that return ObjectParameterType.ComponentType Modifier and Type Method Description static ObjectParameterType.ComponentType
ObjectParameterType.ComponentType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ObjectParameterType.ComponentType[]
ObjectParameterType.ComponentType. 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.ComponentType Modifier and Type Method Description static ObjectParameterType
ObjectParameterType. create(ObjectParameterType.ObjectType objectType, ObjectParameterType.ComponentType componentType)
Constructors in com.kenai.jffi with parameters of type ObjectParameterType.ComponentType Constructor Description ObjectParameterType(ObjectParameterType.ObjectType objectType, ObjectParameterType.ComponentType componentType)
-