Uses of Enum Class
com.kenai.jffi.ObjectParameterInfo.ComponentType
Packages that use ObjectParameterInfo.ComponentType
-
Uses of ObjectParameterInfo.ComponentType in com.kenai.jffi
Fields in com.kenai.jffi declared as ObjectParameterInfo.ComponentTypeModifier and TypeFieldDescriptionstatic final ObjectParameterInfo.ComponentType
ObjectParameterInfo.BOOLEAN
static final ObjectParameterInfo.ComponentType
ObjectParameterInfo.BYTE
static final ObjectParameterInfo.ComponentType
ObjectParameterInfo.CHAR
static final ObjectParameterInfo.ComponentType
ObjectParameterInfo.DOUBLE
static final ObjectParameterInfo.ComponentType
ObjectParameterInfo.FLOAT
static final ObjectParameterInfo.ComponentType
ObjectParameterInfo.INT
static final ObjectParameterInfo.ComponentType
ObjectParameterInfo.LONG
static final ObjectParameterInfo.ComponentType
ObjectParameterInfo.SHORT
Methods in com.kenai.jffi that return ObjectParameterInfo.ComponentTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ObjectParameterInfo.ComponentType[]
ObjectParameterInfo.ComponentType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.kenai.jffi with parameters of type ObjectParameterInfo.ComponentTypeModifier and TypeMethodDescriptionstatic ObjectParameterInfo
ObjectParameterInfo.create
(int parameterIndex, ObjectParameterInfo.ObjectType objectType, ObjectParameterInfo.ComponentType componentType, int ioflags)