Package | Description |
---|---|
com.kenai.jffi |
Modifier and Type | Field | Description |
---|---|---|
static ObjectParameterInfo.ComponentType |
ObjectParameterInfo.BOOLEAN |
|
static ObjectParameterInfo.ComponentType |
ObjectParameterInfo.BYTE |
|
static ObjectParameterInfo.ComponentType |
ObjectParameterInfo.CHAR |
|
static ObjectParameterInfo.ComponentType |
ObjectParameterInfo.DOUBLE |
|
static ObjectParameterInfo.ComponentType |
ObjectParameterInfo.FLOAT |
|
static ObjectParameterInfo.ComponentType |
ObjectParameterInfo.INT |
|
static ObjectParameterInfo.ComponentType |
ObjectParameterInfo.LONG |
|
static ObjectParameterInfo.ComponentType |
ObjectParameterInfo.SHORT |
Modifier and Type | Method | Description |
---|---|---|
static ObjectParameterInfo.ComponentType |
ObjectParameterInfo.ComponentType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ObjectParameterInfo.ComponentType[] |
ObjectParameterInfo.ComponentType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
static ObjectParameterInfo |
ObjectParameterInfo.create(int parameterIndex,
ObjectParameterInfo.ObjectType objectType,
ObjectParameterInfo.ComponentType componentType,
int ioflags) |
Copyright © 2019. All rights reserved.