|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.drugdev.remote.repository.ContainerDepth
public class ContainerDepth
Simple class to obtain the container depth.
Field Summary | |
---|---|
static ContainerDepth |
DEPTH_INFINITE
Current container and all subfolders all the way down the tree |
static ContainerDepth |
DEPTH_ONE
Current container and all direct children |
static ContainerDepth |
DEPTH_ZERO
Current container only |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
getDepth()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ContainerDepth DEPTH_ZERO
public static final ContainerDepth DEPTH_ONE
public static final ContainerDepth DEPTH_INFINITE
Method Detail |
---|
public int getDepth()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |