public static enum CqUserDb.FindMode extends Enum<CqUserDb.FindMode> implements com.ibm.rational.wvcm.stpex.StpExEnumeration
| Enum Constant and Description |
|---|
FIND_ANY_RECORD |
FIND_STATEFUL_RECORD |
FIND_STATELESS_RECORD |
| Modifier and Type | Method and Description |
|---|---|
static CqUserDb.FindMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CqUserDb.FindMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CqUserDb.FindMode FIND_ANY_RECORD
public static final CqUserDb.FindMode FIND_STATEFUL_RECORD
public static final CqUserDb.FindMode FIND_STATELESS_RECORD
public static CqUserDb.FindMode 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.FindMode[] values()
for (CqUserDb.FindMode c : CqUserDb.FindMode.values()) System.out.println(c);
Copyright © IBM 2018. All rights reserved.