org.rococoa.cocoa.coredata
Class NSPropertyMapping.__propertyMappingFlags
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
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
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 |
_isInUse
public byte _isInUse
_reservedPropertyMapping
public int _reservedPropertyMapping
NSPropertyMapping.__propertyMappingFlags
public NSPropertyMapping.__propertyMappingFlags()
NSPropertyMapping.__propertyMappingFlags
public NSPropertyMapping.__propertyMappingFlags(byte _isInUse,
int _reservedPropertyMapping)
byReference
public NSPropertyMapping.__propertyMappingFlags.ByReference byReference()
byValue
public NSPropertyMapping.__propertyMappingFlags.ByValue byValue()
clone
public NSPropertyMapping.__propertyMappingFlags clone()
- Overrides:
clone
in class Object