eXo JCR :: Component :: Webdav Service 1.15.11-GA

org.exoplatform.services.jcr.webdav
Class Depth

java.lang.Object
  extended by org.exoplatform.services.jcr.webdav.Depth

public class Depth
extends Object

Created by The eXo Platform SAS .

Version:
$Id: $
Author:
Gennady Azarenkov

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

INFINITY_NAME

public static final String INFINITY_NAME
String constant for depth "infinity" value.

See Also:
Constant Field Values

INFINITY_VALUE

public static final int INFINITY_VALUE
Integer constant for depth "infinity" value.

See Also:
Constant Field Values
Constructor Detail

Depth

public Depth(String strValue)
      throws PreconditionException
Creates a Depth object from the String.

Parameters:
strValue - depth string value
Throws:
PreconditionException - when some problems occurs.
Method Detail

getIntValue

public int getIntValue()
Returns depth integer value.

Returns:
depth int value

getStringValue

public String getStringValue()
Returns depth String value.

Returns:
depth String value

eXo JCR :: Component :: Webdav Service 1.15.11-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.