org.rococoa.cocoa.carboncore
Class Itl1ExtRec

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

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

fields for optional itl1 extension
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 Itl1ExtRec.ByReference
           
static class Itl1ExtRec.ByValue
           
 
Field Summary
 int abbrevDaysTableLength
           
 int abbrevDaysTableOffset
           
 int abbrevMonthsTableLength
           
 int abbrevMonthsTableOffset
           
 Intl1Rec base
           
 short calendarCode
           
 int extraDaysTableLength
           
 int extraDaysTableOffset
           
 int extraMonthsTableLength
           
 int extraMonthsTableOffset
           
 int extraSepsTableLength
           
 int extraSepsTableOffset
           
 short format
           
 short[] tables
           
 short version
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
Itl1ExtRec()
           
 
Method Summary
 Itl1ExtRec.ByReference byReference()
           
 Itl1ExtRec.ByValue byValue()
           
 Itl1ExtRec 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

base

public Intl1Rec base

version

public short version

format

public short format

calendarCode

public short calendarCode

extraDaysTableOffset

public int extraDaysTableOffset

extraDaysTableLength

public int extraDaysTableLength

extraMonthsTableOffset

public int extraMonthsTableOffset

extraMonthsTableLength

public int extraMonthsTableLength

abbrevDaysTableOffset

public int abbrevDaysTableOffset

abbrevDaysTableLength

public int abbrevDaysTableLength

abbrevMonthsTableOffset

public int abbrevMonthsTableOffset

abbrevMonthsTableLength

public int abbrevMonthsTableLength

extraSepsTableOffset

public int extraSepsTableOffset

extraSepsTableLength

public int extraSepsTableLength

tables

public short[] tables
Constructor Detail

Itl1ExtRec

public Itl1ExtRec()
Method Detail

byReference

public Itl1ExtRec.ByReference byReference()

byValue

public Itl1ExtRec.ByValue byValue()

clone

public Itl1ExtRec clone()
Overrides:
clone in class Object