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


Field Summary
static Depth INFINITY
           
static Depth ONE
           
static Depth ZERO
           
 
Method Summary
static Depth getDepth(java.lang.String depthStr)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ZERO

public static final Depth ZERO

ONE

public static final Depth ONE

INFINITY

public static final Depth INFINITY
Method Detail

toString

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

getDepth

public static Depth getDepth(java.lang.String depthStr)