org.rococoa.cocoa.coredata
Class NSFetchRequestExpression._fetchExpressionFlags

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

public static class NSFetchRequestExpression._fetchExpressionFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


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

isCountOnly

public byte isCountOnly

_RESERVED

public int _RESERVED
Constructor Detail

NSFetchRequestExpression._fetchExpressionFlags

public NSFetchRequestExpression._fetchExpressionFlags()

NSFetchRequestExpression._fetchExpressionFlags

public NSFetchRequestExpression._fetchExpressionFlags(byte isCountOnly,
                                                      int _RESERVED)
Method Detail

byReference

public NSFetchRequestExpression._fetchExpressionFlags.ByReference byReference()

byValue

public NSFetchRequestExpression._fetchExpressionFlags.ByValue byValue()

clone

public NSFetchRequestExpression._fetchExpressionFlags clone()
Overrides:
clone in class Object