org.skunk.dav.client
Class Depth
java.lang.Object
|
+--org.skunk.dav.client.Depth
- public class Depth
- extends java.lang.Object
a type to represent the three possible values of the depth attribute
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ZERO
public static final Depth ZERO
ONE
public static final Depth ONE
INFINITY
public static final Depth INFINITY
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getDepth
public static Depth getDepth(java.lang.String depthStr)