com.filenet.wcm.apps.server.util.webdav.util
Class Depth
java.lang.Object
com.filenet.wcm.apps.server.util.webdav.util.Depth
- public class Depth
- extends java.lang.Object
Constructor Summary |
Depth(int nDepth)
|
Depth(java.lang.String strDepthHeader)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
Depth
public Depth(int nDepth)
Depth
public Depth(java.lang.String strDepthHeader)
getValue
public int getValue()
isValid
public boolean isValid()
toString
public java.lang.String toString()
© Copyright IBM Corp. 2002, 2007. All Rights Reserved.