public static enum LDAPExecutionFactory.SearchDefaultScope extends Enum<LDAPExecutionFactory.SearchDefaultScope>
Enum Constant and Description |
---|
OBJECT_SCOPE |
ONELEVEL_SCOPE |
SUBTREE_SCOPE |
Modifier and Type | Method and Description |
---|---|
static LDAPExecutionFactory.SearchDefaultScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LDAPExecutionFactory.SearchDefaultScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LDAPExecutionFactory.SearchDefaultScope SUBTREE_SCOPE
public static final LDAPExecutionFactory.SearchDefaultScope OBJECT_SCOPE
public static final LDAPExecutionFactory.SearchDefaultScope ONELEVEL_SCOPE
public static LDAPExecutionFactory.SearchDefaultScope[] values()
for (LDAPExecutionFactory.SearchDefaultScope c : LDAPExecutionFactory.SearchDefaultScope.values()) System.out.println(c);
public static LDAPExecutionFactory.SearchDefaultScope valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2020. All rights reserved.