Uses of Class
com.kenai.jffi.ObjectParameterType.ComponentType
| Package | Description |
|---|---|
| com.kenai.jffi |
-
Uses of ObjectParameterType.ComponentType in com.kenai.jffi
Fields in com.kenai.jffi declared as ObjectParameterType.ComponentType Modifier and Type Field Description static ObjectParameterType.ComponentTypeObjectParameterType. BOOLEANstatic ObjectParameterType.ComponentTypeObjectParameterType. BYTEstatic ObjectParameterType.ComponentTypeObjectParameterType. CHARstatic ObjectParameterType.ComponentTypeObjectParameterType. DOUBLEstatic ObjectParameterType.ComponentTypeObjectParameterType. FLOATstatic ObjectParameterType.ComponentTypeObjectParameterType. INTstatic ObjectParameterType.ComponentTypeObjectParameterType. LONGstatic ObjectParameterType.ComponentTypeObjectParameterType. SHORTMethods in com.kenai.jffi that return ObjectParameterType.ComponentType Modifier and Type Method Description static ObjectParameterType.ComponentTypeObjectParameterType.ComponentType. valueOf(java.lang.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 Modifier and Type Method Description static ObjectParameterTypeObjectParameterType. create(ObjectParameterType.ObjectType objectType, ObjectParameterType.ComponentType componentType)