org.rococoa.cocoa.coredata
Class NSPropertyMapping.__propertyMappingFlags

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

public static class NSPropertyMapping.__propertyMappingFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


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

_isInUse

public byte _isInUse

_reservedPropertyMapping

public int _reservedPropertyMapping
Constructor Detail

NSPropertyMapping.__propertyMappingFlags

public NSPropertyMapping.__propertyMappingFlags()

NSPropertyMapping.__propertyMappingFlags

public NSPropertyMapping.__propertyMappingFlags(byte _isInUse,
                                                int _reservedPropertyMapping)
Method Detail

byReference

public NSPropertyMapping.__propertyMappingFlags.ByReference byReference()

byValue

public NSPropertyMapping.__propertyMappingFlags.ByValue byValue()

clone

public NSPropertyMapping.__propertyMappingFlags clone()
Overrides:
clone in class Object