org.rococoa.cocoa.coredata
Class __entityDescriptionFlags

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by 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.


Nested Class Summary
static class __entityDescriptionFlags.ByReference
           
static class __entityDescriptionFlags.ByValue
           
 
Field Summary
 byte _isAbstract
           
 byte _isFlattened
           
 byte _isImmutable
           
 int _reservedEntityDescription
           
 byte _shouldValidateOnSave
           
 byte _skipValidation
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
__entityDescriptionFlags()
           
__entityDescriptionFlags(byte _isAbstract, byte _shouldValidateOnSave, byte _isImmutable, byte _isFlattened, byte _skipValidation, int _reservedEntityDescription)
           
 
Method Summary
 __entityDescriptionFlags.ByReference byReference()
           
 __entityDescriptionFlags.ByValue byValue()
           
 __entityDescriptionFlags 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

_isAbstract

public byte _isAbstract

_shouldValidateOnSave

public byte _shouldValidateOnSave

_isImmutable

public byte _isImmutable

_isFlattened

public byte _isFlattened

_skipValidation

public byte _skipValidation

_reservedEntityDescription

public int _reservedEntityDescription
Constructor Detail

__entityDescriptionFlags

public __entityDescriptionFlags()

__entityDescriptionFlags

public __entityDescriptionFlags(byte _isAbstract,
                                byte _shouldValidateOnSave,
                                byte _isImmutable,
                                byte _isFlattened,
                                byte _skipValidation,
                                int _reservedEntityDescription)
Method Detail

byReference

public __entityDescriptionFlags.ByReference byReference()

byValue

public __entityDescriptionFlags.ByValue byValue()

clone

public __entityDescriptionFlags clone()
Overrides:
clone in class Object