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<LongDateRec.ld_struct,LongDateRec.ld_struct.ByValue,LongDateRec.ld_struct.ByReference>
          extended by org.rococoa.cocoa.carboncore.LongDateRec.ld_struct
All Implemented Interfaces:
StructureType, StructureTypeDependent, Comparable<Structure<LongDateRec.ld_struct,LongDateRec.ld_struct.ByValue,LongDateRec.ld_struct.ByReference>>
Direct Known Subclasses:
LongDateRec.ld_struct.ByReference, LongDateRec.ld_struct.ByValue
Enclosing class:
LongDateRec

public static class LongDateRec.ld_struct
extends Structure<LongDateRec.ld_struct,LongDateRec.ld_struct.ByValue,LongDateRec.ld_struct.ByReference>


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
 
Constructor Summary
LongDateRec.ld_struct()
           
 
Method Summary
static LongDateRec.ld_struct[] 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

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

newArray

public static LongDateRec.ld_struct[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.