Uses of Enum
com.kenai.jffi.ObjectParameterType.ComponentType
Packages that use ObjectParameterType.ComponentType
-
Uses of ObjectParameterType.ComponentType in com.kenai.jffi
Fields in com.kenai.jffi declared as ObjectParameterType.ComponentTypeModifier and TypeFieldDescriptionstatic final ObjectParameterType.ComponentType
ObjectParameterType.BOOLEAN
static final ObjectParameterType.ComponentType
ObjectParameterType.BYTE
static final ObjectParameterType.ComponentType
ObjectParameterType.CHAR
static final ObjectParameterType.ComponentType
ObjectParameterType.DOUBLE
static final ObjectParameterType.ComponentType
ObjectParameterType.FLOAT
static final ObjectParameterType.ComponentType
ObjectParameterType.INT
static final ObjectParameterType.ComponentType
ObjectParameterType.LONG
static final ObjectParameterType.ComponentType
ObjectParameterType.SHORT
Methods in com.kenai.jffi that return ObjectParameterType.ComponentTypeModifier and TypeMethodDescriptionReturns 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.ComponentTypeModifier and TypeMethodDescriptionstatic ObjectParameterType
ObjectParameterType.create
(ObjectParameterType.ObjectType objectType, ObjectParameterType.ComponentType componentType) Constructors in com.kenai.jffi with parameters of type ObjectParameterType.ComponentTypeModifierConstructorDescription(package private)
ObjectParameterType
(ObjectParameterType.ObjectType objectType, ObjectParameterType.ComponentType componentType)