org.rococoa.cocoa.appkit
Class NSNib._NSNibFlags

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

public static class NSNib._NSNibFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


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

_isKeyed

public byte _isKeyed

_reserved

public int _reserved
Constructor Detail

NSNib._NSNibFlags

public NSNib._NSNibFlags()

NSNib._NSNibFlags

public NSNib._NSNibFlags(byte _isKeyed,
                         int _reserved)
Method Detail

byReference

public NSNib._NSNibFlags.ByReference byReference()

byValue

public NSNib._NSNibFlags.ByValue byValue()

clone

public NSNib._NSNibFlags clone()
Overrides:
clone in class Object