public static final class SearchRule.SearchDepth
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static SearchRule.SearchDepth |
OBJECT_SCOPE |
static SearchRule.SearchDepth |
ONELEVEL_SCOPE |
static SearchRule.SearchDepth |
SUBTREE_SCOPE |
Modifier and Type | Method and Description |
---|---|
static SearchRule.SearchDepth |
valueOf(java.lang.String name) |
static SearchRule.SearchDepth[] |
values() |
public static final SearchRule.SearchDepth OBJECT_SCOPE
public static final SearchRule.SearchDepth ONELEVEL_SCOPE
public static final SearchRule.SearchDepth SUBTREE_SCOPE
public static SearchRule.SearchDepth[] values()
public static SearchRule.SearchDepth valueOf(java.lang.String name)