Uses of Class
net.java.dev.webdav.jaxrs.xml.elements.Depth

Packages that use Depth
net.java.dev.webdav.jaxrs.xml.elements This package contains WebDAV XML Elements. 
 

Uses of Depth in net.java.dev.webdav.jaxrs.xml.elements
 

Methods in net.java.dev.webdav.jaxrs.xml.elements that return Depth
 Depth ActiveLock.depth()
          Deprecated. Since 1.1.1. Use ActiveLock.getDepth() instead.
 Depth ActiveLock.getDepth()
           
static Depth Depth.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Depth[] Depth.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.java.dev.webdav.jaxrs.xml.elements with parameters of type Depth
ActiveLock(LockScope lockScope, LockType lockType, Depth depth, Owner owner, TimeOut timeOut, LockToken lockToken, LockRoot lockRoot)
           
 



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