org.rococoa.cocoa.coredata
Class NSMigrationManager._migrationManagerFlags

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

public static class NSMigrationManager._migrationManagerFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSMigrationManager._migrationManagerFlags.ByReference
           
static class NSMigrationManager._migrationManagerFlags.ByValue
           
 
Field Summary
 byte _migrationWasCancelled
           
 int _reservedMigrationManager
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSMigrationManager._migrationManagerFlags()
           
NSMigrationManager._migrationManagerFlags(byte _migrationWasCancelled, int _reservedMigrationManager)
           
 
Method Summary
 NSMigrationManager._migrationManagerFlags.ByReference byReference()
           
 NSMigrationManager._migrationManagerFlags.ByValue byValue()
           
 NSMigrationManager._migrationManagerFlags 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

_migrationWasCancelled

public byte _migrationWasCancelled

_reservedMigrationManager

public int _reservedMigrationManager
Constructor Detail

NSMigrationManager._migrationManagerFlags

public NSMigrationManager._migrationManagerFlags()

NSMigrationManager._migrationManagerFlags

public NSMigrationManager._migrationManagerFlags(byte _migrationWasCancelled,
                                                 int _reservedMigrationManager)
Method Detail

byReference

public NSMigrationManager._migrationManagerFlags.ByReference byReference()

byValue

public NSMigrationManager._migrationManagerFlags.ByValue byValue()

clone

public NSMigrationManager._migrationManagerFlags clone()
Overrides:
clone in class Object