|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jpox.state.ActivityState
public class ActivityState
Activity states. It defines datastore activities in smaller steps
Field Summary | |
---|---|
static ActivityState |
INSERTING
INSERTING - inserting |
static ActivityState |
INSERTING_CALLBACKS
INSERTING CALLBACKS - running callbacks after insert |
static ActivityState |
INSERTING_UPDATE
INSERTING UPDATE - running updates after insert |
static ActivityState |
NONE
NONE -- doing nothing |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one. |
static ActivityState |
getActivityState(java.lang.String value)
Obtain the ActivityState for the given name by value |
int |
getType()
Accessor for the type. |
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ActivityState INSERTING
public static final ActivityState INSERTING_CALLBACKS
public static final ActivityState INSERTING_UPDATE
public static final ActivityState NONE
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the reference object with which to compare.
public java.lang.String toString()
toString
in class java.lang.Object
public int getType()
public static ActivityState getActivityState(java.lang.String value)
value
value
- the search name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |