com.filenet.wcm.apps.server.util.webdav.util
Class Depth

java.lang.Object
  extended bycom.filenet.wcm.apps.server.util.webdav.util.Depth

public class Depth
extends java.lang.Object


Field Summary
static int INFINITY
           
static int INVALID
           
static int ONE
           
static int ZERO
           
 
Constructor Summary
Depth(int nDepth)
           
Depth(java.lang.String strDepthHeader)
           
 
Method Summary
 int getValue()
           
 boolean isValid()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INVALID

public static final int INVALID
See Also:
Constant Field Values

ZERO

public static final int ZERO
See Also:
Constant Field Values

ONE

public static final int ONE
See Also:
Constant Field Values

INFINITY

public static final int INFINITY
See Also:
Constant Field Values
Constructor Detail

Depth

public Depth(int nDepth)

Depth

public Depth(java.lang.String strDepthHeader)
Method Detail

getValue

public int getValue()

isValid

public boolean isValid()

toString

public java.lang.String toString()


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.