org.rococoa.cocoa.carboncore
Class Intl0Rec

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure<Intl0Rec,Intl0Rec.ByValue,Intl0Rec.ByReference>
          extended by org.rococoa.cocoa.carboncore.Intl0Rec
All Implemented Interfaces:
StructureType, StructureTypeDependent, Comparable<Structure<Intl0Rec,Intl0Rec.ByValue,Intl0Rec.ByReference>>
Direct Known Subclasses:
Intl0Rec.ByReference, Intl0Rec.ByValue

public class Intl0Rec
extends Structure<Intl0Rec,Intl0Rec.ByValue,Intl0Rec.ByReference>

native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/IntlResources.h:114
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
          trailing string for PM if 12-hour cycle
C type : char[4]
 short intl0Vers
           
 byte listSep
           
 byte metricSys
           
 byte[] mornStr
          trailing string for AM if 12-hour cycle
C type : char[4]
 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
 
Constructor Summary
Intl0Rec()
           
 
Method Summary
static Intl0Rec[] newArray(int arrayLength)
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, newArray, read, setDependency, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, write
 
Methods inherited from class com.sun.jna.Structure
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toString, writeField, writeField
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType
getPointer, size
 

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
trailing string for AM if 12-hour cycle
C type : char[4]


eveStr

public byte[] eveStr
trailing string for PM if 12-hour cycle
C type : char[4]


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

newArray

public static Intl0Rec[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.