|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--examples.e2e.b2b.StateValue
The StateValue
class defines a closed set of
instance objects that represent the possible states for a
user's session.
Field Summary | |
static StateValue |
CREATE_PO
|
static int |
I_CREATE_PO
|
static int |
I_PART_SELECTED
|
static int |
I_PO_SUBMITTED
|
static int |
I_PRODUCT_SELECTED
|
static int |
I_QPA_SENT
|
static int |
I_QUOTE_QUERY
|
static int |
I_START
|
static StateValue |
PART_SELECTED
|
static StateValue |
PO_SUBMITTED
|
static StateValue |
PRODUCT_SELECTED
|
static StateValue |
QPA_SENT
|
static StateValue |
QUOTE_QUERY
|
static java.lang.String |
S_CREATE_PO
|
static java.lang.String |
S_PART_SELECTED
|
static java.lang.String |
S_PO_SUBMITTED
|
static java.lang.String |
S_PRODUCT_SELECTED
|
static java.lang.String |
S_QPA_SENT
|
static java.lang.String |
S_QUOTE_QUERY
|
static java.lang.String |
S_START
|
static StateValue |
START
|
Method Summary | |
boolean |
equals(java.lang.Object object)
|
int |
getInt()
Returns an integer which uniquely identifies this state value within the static instances of this class. |
static StateValue |
getObject(java.lang.String token)
Given the string representation of a particular state this method will return the corresponding object. |
java.lang.String |
getString()
Returns a string representation of the session state. |
int |
hashCode()
|
java.lang.String |
toString()
Returns a string representation of the session state. |
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static final int I_START
public static final int I_PRODUCT_SELECTED
public static final int I_PART_SELECTED
public static final int I_QPA_SENT
public static final int I_QUOTE_QUERY
public static final int I_CREATE_PO
public static final int I_PO_SUBMITTED
public static final StateValue START
public static final StateValue PRODUCT_SELECTED
public static final StateValue PART_SELECTED
public static final StateValue QPA_SENT
public static final StateValue QUOTE_QUERY
public static final StateValue CREATE_PO
public static final StateValue PO_SUBMITTED
public static final java.lang.String S_START
public static final java.lang.String S_PRODUCT_SELECTED
public static final java.lang.String S_PART_SELECTED
public static final java.lang.String S_QPA_SENT
public static final java.lang.String S_QUOTE_QUERY
public static final java.lang.String S_CREATE_PO
public static final java.lang.String S_PO_SUBMITTED
Method Detail |
public java.lang.String toString()
public java.lang.String getString()
public int getInt()
public static StateValue getObject(java.lang.String token)
token
- the string representation of a particular state.public boolean equals(java.lang.Object object)
public int hashCode()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |