com.jniwrapper.win32.stg.types
Class StgCommit

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.stg.types.StgCommit
All Implemented Interfaces:
IntegerParameter

public class StgCommit
extends ComEnumeration

This class corresponds to STGC native enumeration.

See Also:
Microsoft Structured Storage SDK documentation

Field Summary
static int CONSOLIDATE
           
static int DANGEROUSLYCOMMITMERELYTODISKCACHE
           
static int DEFAULT
           
static int ONLYIFCURRENT
           
static int OVERWRITE
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
StgCommit()
           
StgCommit(IntegerParameter t)
           
StgCommit(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

DEFAULT

public static final int DEFAULT
See Also:
Constant Field Values

OVERWRITE

public static final int OVERWRITE
See Also:
Constant Field Values

ONLYIFCURRENT

public static final int ONLYIFCURRENT
See Also:
Constant Field Values

DANGEROUSLYCOMMITMERELYTODISKCACHE

public static final int DANGEROUSLYCOMMITMERELYTODISKCACHE
See Also:
Constant Field Values

CONSOLIDATE

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

StgCommit

public StgCommit()

StgCommit

public StgCommit(long val)

StgCommit

public StgCommit(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()