org.rococoa.cocoa.carboncore
Class LongDateRec.ld_struct

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

public static class LongDateRec.ld_struct
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class LongDateRec.ld_struct.ByReference
           
static class LongDateRec.ld_struct.ByValue
           
 
Field Summary
 short day
           
 short dayOfWeek
           
 short dayOfYear
           
 short era
           
 short hour
           
 short minute
           
 short month
           
 short pm
           
 short res1
           
 short res2
           
 short res3
           
 short second
           
 short weekOfYear
           
 short year
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
LongDateRec.ld_struct()
           
 
Method Summary
 LongDateRec.ld_struct.ByReference byReference()
           
 LongDateRec.ld_struct.ByValue byValue()
           
 LongDateRec.ld_struct 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

era

public short era

year

public short year

month

public short month

day

public short day

hour

public short hour

minute

public short minute

second

public short second

dayOfWeek

public short dayOfWeek

dayOfYear

public short dayOfYear

weekOfYear

public short weekOfYear

pm

public short pm

res1

public short res1

res2

public short res2

res3

public short res3
Constructor Detail

LongDateRec.ld_struct

public LongDateRec.ld_struct()
Method Detail

byReference

public LongDateRec.ld_struct.ByReference byReference()

byValue

public LongDateRec.ld_struct.ByValue byValue()

clone

public LongDateRec.ld_struct clone()
Overrides:
clone in class Object