public static enum ADConfiguration.SearchScope extends Enum<ADConfiguration.SearchScope>
| Modifier and Type | Method and Description |
|---|---|
static ADConfiguration.SearchScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ADConfiguration.SearchScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ADConfiguration.SearchScope object
public static final ADConfiguration.SearchScope onelevel
public static final ADConfiguration.SearchScope subtree
public static ADConfiguration.SearchScope[] values()
for (ADConfiguration.SearchScope c : ADConfiguration.SearchScope.values()) System.out.println(c);
public static ADConfiguration.SearchScope 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 © 2011–2016. All rights reserved.