public static enum CqUserDb.SearchLevel extends Enum<CqUserDb.SearchLevel> implements CqUserDb.SearchKey<String>
Enum Constant and Description |
---|
SIMPLE
Interpret the associated argument as a simple search string and
match accordingly against that.
|
Modifier and Type | Method and Description |
---|---|
static CqUserDb.SearchLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CqUserDb.SearchLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CqUserDb.SearchLevel SIMPLE
public static CqUserDb.SearchLevel 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 nullpublic static CqUserDb.SearchLevel[] values()
for (CqUserDb.SearchLevel c : CqUserDb.SearchLevel.values()) System.out.println(c);
Copyright © IBM 2016. All rights reserved.