com.jniwrapper.win32.stg.types
Class StgMode

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

public class StgMode
extends ComEnumeration

The enumeration defines conditions for creating, deleting and accessing structured storage objects. These elements are often combined using OR operator. This class corresponds to STGM native enumeration.

See Also:
Microsoft Structured Storage documentation

Field Summary
static int STGM_CONVERT
           
static int STGM_CREATE
           
static int STGM_DELETEONRELEASE
           
static int STGM_DIRECT
           
static int STGM_DIRECT_SWMR
           
static int STGM_FAILIFTHERE
           
static int STGM_NOSCRATCH
           
static int STGM_NOSNAPSHOT
           
static int STGM_PRIORITY
           
static int STGM_READ
           
static int STGM_READWRITE
           
static int STGM_SHARE_DENY_NONE
           
static int STGM_SHARE_DENY_READ
           
static int STGM_SHARE_DENY_WRITE
           
static int STGM_SHARE_EXCLUSIVE
           
static int STGM_SIMPLE
           
static int STGM_TRANSACTED
           
static int STGM_WRITE
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
StgMode()
           
StgMode(IntegerParameter t)
           
StgMode(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

STGM_DIRECT

public static final int STGM_DIRECT
See Also:
Constant Field Values

STGM_TRANSACTED

public static final int STGM_TRANSACTED
See Also:
Constant Field Values

STGM_SIMPLE

public static final int STGM_SIMPLE
See Also:
Constant Field Values

STGM_READ

public static final int STGM_READ
See Also:
Constant Field Values

STGM_WRITE

public static final int STGM_WRITE
See Also:
Constant Field Values

STGM_READWRITE

public static final int STGM_READWRITE
See Also:
Constant Field Values

STGM_SHARE_DENY_NONE

public static final int STGM_SHARE_DENY_NONE
See Also:
Constant Field Values

STGM_SHARE_DENY_READ

public static final int STGM_SHARE_DENY_READ
See Also:
Constant Field Values

STGM_SHARE_DENY_WRITE

public static final int STGM_SHARE_DENY_WRITE
See Also:
Constant Field Values

STGM_SHARE_EXCLUSIVE

public static final int STGM_SHARE_EXCLUSIVE
See Also:
Constant Field Values

STGM_PRIORITY

public static final int STGM_PRIORITY
See Also:
Constant Field Values

STGM_DELETEONRELEASE

public static final int STGM_DELETEONRELEASE
See Also:
Constant Field Values

STGM_NOSCRATCH

public static final int STGM_NOSCRATCH
See Also:
Constant Field Values

STGM_CREATE

public static final int STGM_CREATE
See Also:
Constant Field Values

STGM_CONVERT

public static final int STGM_CONVERT
See Also:
Constant Field Values

STGM_FAILIFTHERE

public static final int STGM_FAILIFTHERE
See Also:
Constant Field Values

STGM_NOSNAPSHOT

public static final int STGM_NOSNAPSHOT
See Also:
Constant Field Values

STGM_DIRECT_SWMR

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

StgMode

public StgMode()

StgMode

public StgMode(long val)

StgMode

public StgMode(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()