Uses of Enum Class
com.kenai.jffi.ObjectParameterInfo.ComponentType
Packages that use ObjectParameterInfo.ComponentType
-
Uses of ObjectParameterInfo.ComponentType in com.kenai.jffi
Fields in com.kenai.jffi declared as ObjectParameterInfo.ComponentTypeModifier and TypeFieldDescriptionstatic final ObjectParameterInfo.ComponentTypeObjectParameterInfo.BOOLEANstatic final ObjectParameterInfo.ComponentTypeObjectParameterInfo.BYTEstatic final ObjectParameterInfo.ComponentTypeObjectParameterInfo.CHARstatic final ObjectParameterInfo.ComponentTypeObjectParameterInfo.DOUBLEstatic final ObjectParameterInfo.ComponentTypeObjectParameterInfo.FLOATstatic final ObjectParameterInfo.ComponentTypeObjectParameterInfo.INTstatic final ObjectParameterInfo.ComponentTypeObjectParameterInfo.LONGstatic final ObjectParameterInfo.ComponentTypeObjectParameterInfo.SHORTMethods in com.kenai.jffi that return ObjectParameterInfo.ComponentTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ObjectParameterInfo.ComponentType[]ObjectParameterInfo.ComponentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.kenai.jffi with parameters of type ObjectParameterInfo.ComponentTypeModifier and TypeMethodDescriptionstatic ObjectParameterInfoObjectParameterInfo.create(int parameterIndex, ObjectParameterInfo.ObjectType objectType, ObjectParameterInfo.ComponentType componentType, int ioflags)