Uses of Enum Class
com.kenai.jffi.ObjectParameterType.ComponentType
Packages that use ObjectParameterType.ComponentType
-
Uses of ObjectParameterType.ComponentType in com.kenai.jffi
Fields in com.kenai.jffi declared as ObjectParameterType.ComponentTypeModifier and TypeFieldDescriptionstatic final ObjectParameterType.ComponentTypeObjectParameterType.BOOLEANstatic final ObjectParameterType.ComponentTypeObjectParameterType.BYTEstatic final ObjectParameterType.ComponentTypeObjectParameterType.CHARstatic final ObjectParameterType.ComponentTypeObjectParameterType.DOUBLEstatic final ObjectParameterType.ComponentTypeObjectParameterType.FLOATstatic final ObjectParameterType.ComponentTypeObjectParameterType.INTstatic final ObjectParameterType.ComponentTypeObjectParameterType.LONGstatic final ObjectParameterType.ComponentTypeObjectParameterType.SHORTMethods in com.kenai.jffi that return ObjectParameterType.ComponentTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ObjectParameterType.ComponentType[]ObjectParameterType.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 ObjectParameterType.ComponentTypeModifier and TypeMethodDescriptionstatic ObjectParameterTypeObjectParameterType.create(ObjectParameterType.ObjectType objectType, ObjectParameterType.ComponentType componentType)