org.rococoa.cocoa.carboncore
Class Intl0Rec

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

public class Intl0Rec
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 Intl0Rec.ByReference
           
static class Intl0Rec.ByValue
           
 
Field Summary
 byte currFmt
           
 byte currSym1
           
 byte currSym2
           
 byte currSym3
           
 byte dateOrder
           
 byte dateSep
           
 byte decimalPt
           
 byte[] eveStr
           
 short intl0Vers
           
 byte listSep
           
 byte metricSys
           
 byte[] mornStr
           
 byte shrtDateFmt
           
 byte thousSep
           
 byte time1Suff
           
 byte time2Suff
           
 byte time3Suff
           
 byte time4Suff
           
 byte time5Suff
           
 byte time6Suff
           
 byte time7Suff
           
 byte time8Suff
           
 byte timeCycle
           
 byte timeFmt
           
 byte timeSep
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
Intl0Rec()
           
 
Method Summary
 Intl0Rec.ByReference byReference()
           
 Intl0Rec.ByValue byValue()
           
 Intl0Rec 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

decimalPt

public byte decimalPt

thousSep

public byte thousSep

listSep

public byte listSep

currSym1

public byte currSym1

currSym2

public byte currSym2

currSym3

public byte currSym3

currFmt

public byte currFmt

dateOrder

public byte dateOrder

shrtDateFmt

public byte shrtDateFmt

dateSep

public byte dateSep

timeCycle

public byte timeCycle

timeFmt

public byte timeFmt

mornStr

public byte[] mornStr

eveStr

public byte[] eveStr

timeSep

public byte timeSep

time1Suff

public byte time1Suff

time2Suff

public byte time2Suff

time3Suff

public byte time3Suff

time4Suff

public byte time4Suff

time5Suff

public byte time5Suff

time6Suff

public byte time6Suff

time7Suff

public byte time7Suff

time8Suff

public byte time8Suff

metricSys

public byte metricSys

intl0Vers

public short intl0Vers
Constructor Detail

Intl0Rec

public Intl0Rec()
Method Detail

byReference

public Intl0Rec.ByReference byReference()

byValue

public Intl0Rec.ByValue byValue()

clone

public Intl0Rec clone()
Overrides:
clone in class Object