|
Project: stp | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<CqRecord.Class>
CqRecord.Class
public static enum CqRecord.Class
An enumeration of the possible types of records; state-based or stateless.
Enum Constant Summary | |
---|---|
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. |
Method Summary | |
---|---|
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'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 |
Enum Constant Detail |
---|
public static final CqRecord.Class STATE_BASED
public static final CqRecord.Class STATELESS
Method Detail |
---|
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 namepublic static final CqRecord.Class[] values()
for(CqRecord.Class c : CqRecord.Class.values()) System.out.println(c);
|
Generated Wed 29-Feb-2012 11:58 AM | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |