org.rococoa.cocoa.appkit
Class NSDictionaryController.__dictionaryControllerFlags

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

public static class NSDictionaryController.__dictionaryControllerFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


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

_deepCopiesValues

public byte _deepCopiesValues

_suppressBuildingDictionary

public byte _suppressBuildingDictionary

_reservedDictionaryController

public int _reservedDictionaryController
Constructor Detail

NSDictionaryController.__dictionaryControllerFlags

public NSDictionaryController.__dictionaryControllerFlags()

NSDictionaryController.__dictionaryControllerFlags

public NSDictionaryController.__dictionaryControllerFlags(byte _deepCopiesValues,
                                                          byte _suppressBuildingDictionary,
                                                          int _reservedDictionaryController)
Method Detail

byReference

public NSDictionaryController.__dictionaryControllerFlags.ByReference byReference()

byValue

public NSDictionaryController.__dictionaryControllerFlags.ByValue byValue()

clone

public NSDictionaryController.__dictionaryControllerFlags clone()
Overrides:
clone in class Object