public static enum CqRecord.Class extends Enum<CqRecord.Class> implements com.ibm.rational.wvcm.stpex.StpExEnumeration
Enum Constant and Description |
---|
STATE_BASED
A record type whose records progress from state to state along
prescribed paths based on the actions applied to them.
|
STATELESS
A record type having no state table.
|
Modifier and Type | Method and Description |
---|---|
static CqRecord.Class |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CqRecord.Class[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CqRecord.Class STATE_BASED
public static final CqRecord.Class STATELESS
public static CqRecord.Class 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 CqRecord.Class[] values()
for (CqRecord.Class c : CqRecord.Class.values()) System.out.println(c);
Copyright © IBM 2018. All rights reserved.