com.jniwrapper.win32.ole.types
Class OleClose

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

public class OleClose
extends ComEnumeration

Values of this enumeration are used by the IOleObject.close(com.jniwrapper.win32.ole.types.OleClose) method to determine whether the object should be saved before closing. This corresponds to OLECLOSE native enumeration.

See Also:
Microsoft COM SDK documentation

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

SAVEIFDIRTY

public static final int SAVEIFDIRTY
See Also:
Constant Field Values

NOSAVE

public static final int NOSAVE
See Also:
Constant Field Values

PROMPTSAVE

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

OleClose

public OleClose()

OleClose

public OleClose(long val)

OleClose

public OleClose(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()