public static enum SearchOptionsControl.Flag extends 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(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(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 © 2003-2019 Virginia Tech. All Rights Reserved.