com.jniwrapper.win32.stg.types
Class LockType

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

public class LockType
extends ComEnumeration

Enumeration values indicate the type of locking requested for the specified range of bytes. This class corresponds to LOCKTYPE native enumeration.

See Also:
Microsoft Structured Storage SDK documentation

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

LOCK_WRITE

public static final int LOCK_WRITE
See Also:
Constant Field Values

LOCK_EXCLUSIVE

public static final int LOCK_EXCLUSIVE
See Also:
Constant Field Values

LOCK_ONLYONCE

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

LockType

public LockType()

LockType

public LockType(long val)

LockType

public LockType(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()