public class Depth extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
INFINITY_NAME
String constant for depth "infinity" value.
|
static int |
INFINITY_VALUE
Integer constant for depth "infinity" value.
|
| Constructor and Description |
|---|
Depth(String strValue)
Creates a Depth object from the String.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIntValue()
Returns depth integer value.
|
String |
getStringValue()
Returns depth String value.
|
public static final String INFINITY_NAME
public static final int INFINITY_VALUE
public Depth(String strValue) throws PreconditionException
strValue - depth string valuePreconditionException - when some problems occurs.public int getIntValue()
public String getStringValue()
Copyright © 2016 eXo Platform SAS. All Rights Reserved.