Uses of Class
com.kenai.jffi.ObjectParameterInfo.ComponentType
| Package | Description |
|---|---|
| com.kenai.jffi |
-
Uses of ObjectParameterInfo.ComponentType in com.kenai.jffi
Fields in com.kenai.jffi declared as ObjectParameterInfo.ComponentType Modifier and Type Field Description static ObjectParameterInfo.ComponentTypeObjectParameterInfo. BOOLEANstatic ObjectParameterInfo.ComponentTypeObjectParameterInfo. BYTEstatic ObjectParameterInfo.ComponentTypeObjectParameterInfo. CHARstatic ObjectParameterInfo.ComponentTypeObjectParameterInfo. DOUBLEstatic ObjectParameterInfo.ComponentTypeObjectParameterInfo. FLOATstatic ObjectParameterInfo.ComponentTypeObjectParameterInfo. INTstatic ObjectParameterInfo.ComponentTypeObjectParameterInfo. LONGstatic ObjectParameterInfo.ComponentTypeObjectParameterInfo. SHORTMethods in com.kenai.jffi that return ObjectParameterInfo.ComponentType Modifier and Type Method Description static ObjectParameterInfo.ComponentTypeObjectParameterInfo.ComponentType. valueOf(java.lang.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.Methods in com.kenai.jffi with parameters of type ObjectParameterInfo.ComponentType Modifier and Type Method Description static ObjectParameterInfoObjectParameterInfo. create(int parameterIndex, ObjectParameterInfo.ObjectType objectType, ObjectParameterInfo.ComponentType componentType, int ioflags)