org.rococoa.cocoa.automator
Class AMWorkflowController.__AMWorkflowControllerFlags

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

public static class AMWorkflowController.__AMWorkflowControllerFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


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

shouldRunLocally

public byte shouldRunLocally

isRunningLocally

public byte isRunningLocally

shouldDisplayProgressInMenuBar

public byte shouldDisplayProgressInMenuBar

reserved

public int reserved
Constructor Detail

AMWorkflowController.__AMWorkflowControllerFlags

public AMWorkflowController.__AMWorkflowControllerFlags()

AMWorkflowController.__AMWorkflowControllerFlags

public AMWorkflowController.__AMWorkflowControllerFlags(byte shouldRunLocally,
                                                        byte isRunningLocally,
                                                        byte shouldDisplayProgressInMenuBar,
                                                        int reserved)
Method Detail

byReference

public AMWorkflowController.__AMWorkflowControllerFlags.ByReference byReference()

byValue

public AMWorkflowController.__AMWorkflowControllerFlags.ByValue byValue()

clone

public AMWorkflowController.__AMWorkflowControllerFlags clone()
Overrides:
clone in class Object