org.rococoa.cocoa.appkit
Class NSViewAnimation.__vaFlags

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

public static class NSViewAnimation.__vaFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


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

reserved

public int reserved
Constructor Detail

NSViewAnimation.__vaFlags

public NSViewAnimation.__vaFlags()

NSViewAnimation.__vaFlags

public NSViewAnimation.__vaFlags(int reserved)
Method Detail

byReference

public NSViewAnimation.__vaFlags.ByReference byReference()

byValue

public NSViewAnimation.__vaFlags.ByValue byValue()

clone

public NSViewAnimation.__vaFlags clone()
Overrides:
clone in class Object