com.jniwrapper.win32.ole.types
Class OleUpdate

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.OleUpdate
All Implemented Interfaces:
IntegerParameter

public class OleUpdate
extends ComEnumeration

This enumeration defines IDs for specifying when update cached data: automatically, or on calls of IOleObject::Update, IOleLink::Update methods. This enumeration corresponds to OLEUPDATE native enumeration.

See Also:
Microsoft COM SDK documentation

Field Summary
static int OLEUPDATE_ALWAYS
           
static int OLEUPDATE_ONCALL
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
OleUpdate()
           
OleUpdate(IntegerParameter t)
           
OleUpdate(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

OLEUPDATE_ALWAYS

public static final int OLEUPDATE_ALWAYS
See Also:
Constant Field Values

OLEUPDATE_ONCALL

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

OleUpdate

public OleUpdate()

OleUpdate

public OleUpdate(long val)

OleUpdate

public OleUpdate(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()