|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<SyncMeEngine.State> com.vodafone360.people.engine.meprofile.SyncMeEngine.State
private static enum SyncMeEngine.State
Defines the contact sync mode. The mode determines the sequence in which the contact sync processors are run.
Enum Constant Summary | |
---|---|
FETCHING_ME_PROFILE_CHANGES
The state when the engine is downloading Me Profile from server. |
|
FETCHING_ME_PROFILE_THUMBNAIL
The state when the engine is downloading Me Profile thumbnail. |
|
IDLE
The state when the engine is not running and has nothing on the todo list. |
|
UPDATING_ME_PRESENCE_TEXT
The state when the engine is uploading Me Profile status message. |
|
UPDATING_ME_PROFILE
The state when the engine is uploading Me Profile to server. |
Method Summary | |
---|---|
static SyncMeEngine.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SyncMeEngine.State[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SyncMeEngine.State IDLE
public static final SyncMeEngine.State FETCHING_ME_PROFILE_CHANGES
public static final SyncMeEngine.State UPDATING_ME_PROFILE
public static final SyncMeEngine.State UPDATING_ME_PRESENCE_TEXT
public static final SyncMeEngine.State FETCHING_ME_PROFILE_THUMBNAIL
Method Detail |
---|
public static SyncMeEngine.State[] values()
for (SyncMeEngine.State c : SyncMeEngine.State.values()) System.out.println(c);
public static SyncMeEngine.State valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
JavaDoc