public static enum SearchOptionsControl.Flag extends java.lang.Enum<SearchOptionsControl.Flag>
| Enum Constant and Description |
|---|
DOMAIN_SCOPE
SERVER_SEARCH_FLAG_DOMAIN_SCOPE .
|
PHANTOM_ROOT
SERVER_SEARCH_FLAG_PHANTOM_ROOT .
|
| Modifier and Type | Method and Description |
|---|---|
static SearchOptionsControl.Flag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SearchOptionsControl.Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchOptionsControl.Flag DOMAIN_SCOPE
public static final SearchOptionsControl.Flag PHANTOM_ROOT
public static SearchOptionsControl.Flag[] values()
for (SearchOptionsControl.Flag c : SearchOptionsControl.Flag.values()) System.out.println(c);
public static SearchOptionsControl.Flag valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null