Project: stp

com.ibm.rational.wvcm.stp.cq
Enum CqUserDb.FindMode

Object
  extended by Enum<CqUserDb.FindMode>
      extended by 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.


Enum Constant Summary
FIND_ANY_RECORD
           
FIND_STATEFUL_RECORD
           
FIND_STATELESS_RECORD
           
 
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 are 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
 

Enum Constant Detail

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
Method Detail

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
NullPointerException - if the argument is null

values

public static CqUserDb.FindMode[] values()
Returns an array containing the constants of this enum type, in the order they are 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 are declared

Generated Mon 30-Jan-2017 04:26 PM

Copyright © IBM 2017. All rights reserved.