org.skunk.dav.client
Class LockType

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

public class LockType
extends java.lang.Object

an enumeration of possible lock types. This is fairly pointless, since at this moment only one type of lock, a write lock, is defined.


Field Summary
static LockType WRITE
           
 
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

WRITE

public static final LockType WRITE
Method Detail

toString

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