Uses of Class
com.kenai.jffi.ObjectParameterType.ComponentType

Packages that use ObjectParameterType.ComponentType
com.kenai.jffi   
 

Uses of ObjectParameterType.ComponentType in com.kenai.jffi
 

Fields in com.kenai.jffi declared as ObjectParameterType.ComponentType
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
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.
 

Methods in com.kenai.jffi with parameters of type ObjectParameterType.ComponentType
static ObjectParameterType ObjectParameterType.create(ObjectParameterType.ObjectType objectType, ObjectParameterType.ComponentType componentType)
           
 



Copyright © 2012. All Rights Reserved.