public class ActivityState extends Object
Modifier and Type | Field and Description |
---|---|
static ActivityState |
DELETING
Deleting the object.
|
static ActivityState |
INSERTING
Inserting the object.
|
static ActivityState |
INSERTING_CALLBACKS
Running callbacks after the insert of the object.
|
static ActivityState |
NONE
No current activity.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
static ActivityState |
getActivityState(String value)
Obtain the ActivityState for the given name by
value |
int |
getType()
Accessor for the type.
|
int |
hashCode() |
String |
toString()
Returns a string representation of the object.
|
public static final ActivityState NONE
public static final ActivityState INSERTING
public static final ActivityState INSERTING_CALLBACKS
public static final ActivityState DELETING
public boolean equals(Object o)
public String toString()
public int getType()
public static ActivityState getActivityState(String value)
value
value
- the search nameCopyright © 2019. All rights reserved.