com.ibm.rational.wvcm.stp.cq
Enum CqUserDb.FindMode
Object
Enum<CqUserDb.FindMode>
CqUserDb.FindMode
- All Implemented Interfaces:
- com.ibm.rational.wvcm.stpex.StpExEnumeration, Serializable, Comparable<CqUserDb.FindMode>
- Enclosing interface:
- CqUserDb
public static enum CqUserDb.FindMode
- extends Enum<CqUserDb.FindMode>
- implements com.ibm.rational.wvcm.stpex.StpExEnumeration
Enumerates the options for restricting the finding of records based on
their record class.
Method Summary |
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're declared. |
Methods inherited from class Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class Object |
getClass, notify, notifyAll, wait, wait, wait |
FIND_ANY_RECORD
public static final CqUserDb.FindMode FIND_ANY_RECORD
FIND_STATEFUL_RECORD
public static final CqUserDb.FindMode FIND_STATEFUL_RECORD
FIND_STATELESS_RECORD
public static final CqUserDb.FindMode FIND_STATELESS_RECORD
valueOf
public static CqUserDb.FindMode valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
values
public static final CqUserDb.FindMode[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(CqUserDb.FindMode c : CqUserDb.FindMode.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
Copyright © IBM 2008. All rights reserved.