org.rococoa.cocoa.qd
Class ReqListRec

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.qd.ReqListRec
Direct Known Subclasses:
ReqListRec.ByReference, ReqListRec.ByValue

public class ReqListRec
extends com.ochafik.lang.jnaerator.runtime.Structure

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class ReqListRec.ByReference
           
static class ReqListRec.ByValue
           
 
Field Summary
 short[] reqLData
           
 short reqLSize
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
ReqListRec()
           
ReqListRec(short reqLSize, short[] reqLData)
           
 
Method Summary
 ReqListRec.ByReference byReference()
           
 ReqListRec.ByValue byValue()
           
 ReqListRec clone()
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
setupClone
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

reqLSize

public short reqLSize

reqLData

public short[] reqLData
Constructor Detail

ReqListRec

public ReqListRec()

ReqListRec

public ReqListRec(short reqLSize,
                  short[] reqLData)
Parameters:
reqLSize - request list size
reqLData - request list data
Method Detail

byReference

public ReqListRec.ByReference byReference()

byValue

public ReqListRec.ByValue byValue()

clone

public ReqListRec clone()
Overrides:
clone in class Object