Package com.kenai.jffi
Class ObjectParameterType
java.lang.Object
com.kenai.jffi.ObjectParameterType
Describes the type of an object parameter (e.g. byte array, byte buffer)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ObjectParameterType.ObjectTypestatic final ObjectParameterType.ComponentTypestatic final ObjectParameterType.ObjectTypestatic final ObjectParameterType.ComponentTypestatic final ObjectParameterType.ComponentTypestatic final ObjectParameterType.ComponentTypestatic final ObjectParameterType.ComponentTypestatic final ObjectParameterType.ComponentTypestatic final ObjectParameterType.ComponentTypestatic final ObjectParameterType.ComponentType -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectParameterTypecreate(ObjectParameterType.ObjectType objectType, ObjectParameterType.ComponentType componentType) booleaninthashCode()
-
Field Details
-
ARRAY
-
BUFFER
-
BYTE
-
SHORT
-
INT
-
LONG
-
FLOAT
-
DOUBLE
-
BOOLEAN
-
CHAR
-
-
Method Details
-
create
public static ObjectParameterType create(ObjectParameterType.ObjectType objectType, ObjectParameterType.ComponentType componentType) -
equals
-
hashCode
public int hashCode()
-