org.rococoa.cocoa.carboncore
Class LongDateRec

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

public class LongDateRec
extends Union<LongDateRec,LongDateRec.ByValue,LongDateRec.ByReference>

native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/DateTimeUtils.h:189
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 LongDateRec.ByReference
           
static class LongDateRec.ByValue
           
static class LongDateRec.ld_struct
           
static class LongDateRec.od_struct
           
 
Field Summary
 LongDateRec.ld_struct ld
           
 short[] list
          Index by LongDateField!
 LongDateRec.od_struct od
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
LongDateRec()
           
LongDateRec(LongDateRec.ld_struct ld)
           
LongDateRec(LongDateRec.od_struct od)
           
LongDateRec(short[] list)
           
 
Method Summary
static LongDateRec[] newArray(int arrayLength)
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Union
byReference, byValue, castToArray, castToArray, castToArray, clone, newArray, read, setDependency, toArray, toArray, toArray, use, use, use, use, write
 
Methods inherited from class com.sun.jna.Union
getTypedValue, readField, setType, setTypedValue, writeField, writeField
 
Methods inherited from class com.sun.jna.Structure
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, setAutoRead, setAutoSynch, setAutoWrite, size, toString
 
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

ld

public LongDateRec.ld_struct ld

list

public short[] list
Index by LongDateField!
C type : short[14]


od

public LongDateRec.od_struct od
Constructor Detail

LongDateRec

public LongDateRec()

LongDateRec

public LongDateRec(short[] list)
Parameters:
list - Index by LongDateField!
C type : short[14]

LongDateRec

public LongDateRec(LongDateRec.ld_struct ld)

LongDateRec

public LongDateRec(LongDateRec.od_struct od)
Method Detail

newArray

public static LongDateRec[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.