|
eXo JCR :: Component :: Webdav Service 1.15.11-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.jcr.webdav.Depth
public class Depth
Created by The eXo Platform SAS .
| Field Summary | |
|---|---|
static String |
INFINITY_NAME
String constant for depth "infinity" value. |
static int |
INFINITY_VALUE
Integer constant for depth "infinity" value. |
| Constructor Summary | |
|---|---|
Depth(String strValue)
Creates a Depth object from the String. |
|
| Method Summary | |
|---|---|
int |
getIntValue()
Returns depth integer value. |
String |
getStringValue()
Returns depth String value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String INFINITY_NAME
public static final int INFINITY_VALUE
| Constructor Detail |
|---|
public Depth(String strValue)
throws PreconditionException
strValue - depth string value
PreconditionException - when some problems occurs.| Method Detail |
|---|
public int getIntValue()
public String getStringValue()
|
eXo JCR :: Component :: Webdav Service 1.15.11-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||