Package | Description |
---|---|
com.kenai.jffi |
Modifier and Type | Field and 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 |
Modifier and Type | Method and Description |
---|---|
static ObjectParameterType.ComponentType |
ObjectParameterType.ComponentType.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
static ObjectParameterType |
ObjectParameterType.create(ObjectParameterType.ObjectType objectType,
ObjectParameterType.ComponentType componentType) |
Copyright © 2016. All Rights Reserved.