com.jniwrapper.win32.ole.types
Class OleCmdExecOpt

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ay
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.win32.com.types.ComEnumeration
                      extended bycom.jniwrapper.win32.ole.types.OleCmdExecOpt
All Implemented Interfaces:
IntegerParameter

public class OleCmdExecOpt
extends ComEnumeration

This enumeration specifies command execution options. This enumeration corresponds to OLECMDEXECOPT native enumeration.

See Also:
Microsoft COM SDK documentation

Field Summary
static int OLECMDEXECOPT_DODEFAULT
           
static int OLECMDEXECOPT_DONTPROMPTUSER
           
static int OLECMDEXECOPT_PROMPTUSER
           
static int OLECMDEXECOPT_SHOWHELP
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
OleCmdExecOpt()
           
OleCmdExecOpt(IntegerParameter t)
           
OleCmdExecOpt(long val)
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class com.jniwrapper.ay
b, equals, getDebugInfo, getValue, hashCode, setValue, toLong, toString
 
Methods inherited from class com.jniwrapper.DelegatingParameter
a, acceptIOPerformer, b, getDataBuffer, getDataBufferOffset, getLength, getValueObject, pop, push, read, setDataBuffer, setValueObject, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, asReturnValue, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, indent, read, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

OLECMDEXECOPT_DODEFAULT

public static final int OLECMDEXECOPT_DODEFAULT
See Also:
Constant Field Values

OLECMDEXECOPT_PROMPTUSER

public static final int OLECMDEXECOPT_PROMPTUSER
See Also:
Constant Field Values

OLECMDEXECOPT_DONTPROMPTUSER

public static final int OLECMDEXECOPT_DONTPROMPTUSER
See Also:
Constant Field Values

OLECMDEXECOPT_SHOWHELP

public static final int OLECMDEXECOPT_SHOWHELP
See Also:
Constant Field Values
Constructor Detail

OleCmdExecOpt

public OleCmdExecOpt()

OleCmdExecOpt

public OleCmdExecOpt(long val)

OleCmdExecOpt

public OleCmdExecOpt(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()