org.rococoa.cocoa.coredata
Class __entityDescriptionFlags
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.coredata.__entityDescriptionFlags
- Direct Known Subclasses:
- __entityDescriptionFlags.ByReference, __entityDescriptionFlags.ByValue
public class __entityDescriptionFlags
- extends com.ochafik.lang.jnaerator.runtime.Structure
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
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 |
_isAbstract
public byte _isAbstract
_shouldValidateOnSave
public byte _shouldValidateOnSave
_isImmutable
public byte _isImmutable
_isFlattened
public byte _isFlattened
_skipValidation
public byte _skipValidation
_reservedEntityDescription
public int _reservedEntityDescription
__entityDescriptionFlags
public __entityDescriptionFlags()
__entityDescriptionFlags
public __entityDescriptionFlags(byte _isAbstract,
byte _shouldValidateOnSave,
byte _isImmutable,
byte _isFlattened,
byte _skipValidation,
int _reservedEntityDescription)
byReference
public __entityDescriptionFlags.ByReference byReference()
byValue
public __entityDescriptionFlags.ByValue byValue()
clone
public __entityDescriptionFlags clone()
- Overrides:
clone
in class Object