|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Enums.RequestStatus>
com.hcl.voltmx.sync.services.syncruntime.config.Enums.RequestStatus
public static enum Enums.RequestStatus
Enumeration types for the request status
| Enum Constant Summary | |
|---|---|
Completed
Enumeration value indicates all the entities in request has been merged with data source |
|
Downloaded
|
|
Stalled
Enumeration value indicates the error while processing the merge with data source |
|
Submitted
Enumeration value indicates client request has been submitted to sync |
|
Uploaded
Enumeration value indicates all the entities in request has been uploaded |
|
Uploaded_Client
|
|
| Method Summary | |
|---|---|
static Enums.RequestStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Enums.RequestStatus[] |
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 Enums.RequestStatus Submitted
public static final Enums.RequestStatus Uploaded
public static final Enums.RequestStatus Downloaded
public static final Enums.RequestStatus Uploaded_Client
public static final Enums.RequestStatus Completed
public static final Enums.RequestStatus Stalled
| Method Detail |
|---|
public static Enums.RequestStatus[] values()
for (Enums.RequestStatus c : Enums.RequestStatus.values()) System.out.println(c);
public static Enums.RequestStatus 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 | |||||||||