org.rococoa.cocoa.carboncore
Class Intl1Rec

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

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

native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/IntlResources.h:144
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
          day names
C type : Str15[7]
 short intl1Vers
           
 byte lngDateFmt
           
 short[] localRtn
          now a flag for opt extension
C type : short[1]
 byte[] months
          month names
C type : Str15[12]
 byte[] st0
          separator strings for long date format
C type : char[4]
 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
 
Constructor Summary
Intl1Rec()
           
 
Method Summary
static Intl1Rec[] 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

days

public byte[] days
day names
C type : Str15[7]


months

public byte[] months
month names
C type : Str15[12]


suppressDay

public byte suppressDay

lngDateFmt

public byte lngDateFmt

dayLeading0

public byte dayLeading0

abbrLen

public byte abbrLen

st0

public byte[] st0
separator strings for long date format
C type : char[4]


st1

public byte[] st1

st2

public byte[] st2

st3

public byte[] st3

st4

public byte[] st4

intl1Vers

public short intl1Vers

localRtn

public short[] localRtn
now a flag for opt extension
C type : short[1]

Constructor Detail

Intl1Rec

public Intl1Rec()
Method Detail

newArray

public static Intl1Rec[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.