org.skunk.dav.client
Class LockScope

java.lang.Object
  |
  +--org.skunk.dav.client.LockScope

public class LockScope
extends java.lang.Object

an enumeration of possible lock scopes.


Field Summary
static LockScope EXCLUSIVE
           
static LockScope SHARED
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SHARED

public static final LockScope SHARED

EXCLUSIVE

public static final LockScope EXCLUSIVE
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object