org.rococoa.cocoa.carboncore
Class Intl1Rec

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

public class Intl1Rec
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 Intl1Rec.ByReference
           
static class Intl1Rec.ByValue
           
 
Field Summary
 byte abbrLen
           
 byte dayLeading0
           
 byte[] days
           
 short intl1Vers
           
 byte lngDateFmt
           
 short[] localRtn
           
 byte[] months
           
 byte[] st0
           
 byte[] st1
           
 byte[] st2
           
 byte[] st3
           
 byte[] st4
           
 byte suppressDay
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
Intl1Rec()
           
 
Method Summary
 Intl1Rec.ByReference byReference()
           
 Intl1Rec.ByValue byValue()
           
 Intl1Rec 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

days

public byte[] days

months

public byte[] months

suppressDay

public byte suppressDay

lngDateFmt

public byte lngDateFmt

dayLeading0

public byte dayLeading0

abbrLen

public byte abbrLen

st0

public byte[] st0

st1

public byte[] st1

st2

public byte[] st2

st3

public byte[] st3

st4

public byte[] st4

intl1Vers

public short intl1Vers

localRtn

public short[] localRtn
Constructor Detail

Intl1Rec

public Intl1Rec()
Method Detail

byReference

public Intl1Rec.ByReference byReference()

byValue

public Intl1Rec.ByValue byValue()

clone

public Intl1Rec clone()
Overrides:
clone in class Object