| 
 |   | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<SyncStatus.Task>
com.vodafone360.people.engine.contactsync.SyncStatus.Task
public static enum SyncStatus.Task
Sync tasks, each of which corresponds to a specific processor.
| Enum Constant Summary | |
|---|---|
| DOWNLOAD_SERVER_CONTACTSDownloadServerContacts is processing. | |
| FETCH_NATIVE_CONTACTSFetchNativeContacts is processing. | |
| SYNC_ME_PROFILESyncMeProfile is processing. | |
| UNKNOWNLast element is used to determine the size of the ENUM. | |
| UPDATE_SERVER_CONTACTSUploadServerContacts is processing. | |
| Method Summary | |
|---|---|
| static SyncStatus.Task | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static SyncStatus.Task[] | 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 SyncStatus.Task SYNC_ME_PROFILE
public static final SyncStatus.Task DOWNLOAD_SERVER_CONTACTS
public static final SyncStatus.Task FETCH_NATIVE_CONTACTS
public static final SyncStatus.Task UPDATE_SERVER_CONTACTS
public static final SyncStatus.Task UNKNOWN
| Method Detail | 
|---|
public static SyncStatus.Task[] values()
for (SyncStatus.Task c : SyncStatus.Task.values()) System.out.println(c);
public static SyncStatus.Task 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