net.java.dev.webdav.core.jaxrs.xml.elements
Class LockScope

java.lang.Object
  extended by net.java.dev.webdav.core.jaxrs.xml.elements.LockScope

public final class LockScope
extends java.lang.Object

WebDAV lockscope XML Element.

Author:
Markus KARG (mkarg@users.dev.java.net)
See Also:
Chapter 14.13 "lockscope XML Element" of RFC 4918 "HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)"

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

Field Detail

SHARED

public static final LockScope SHARED

EXCLUSIVE

public static final LockScope EXCLUSIVE


Copyright © 2008-2009 The java.net WebDAV Project. All Rights Reserved.