|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sap.ip.me.api.smartsync.SyncBoResponseType
A static enumeration type indicating the quarantine state of the SyncBo instance: either ERROR or CONFLICT
Copyright: Copyright (c) 2003
Company: SAP AG
ErrorConflictInbox,
SyncBoResolver,
SyncBoResponse,
SyncBoResponseLog| Field Summary | |
static SyncBoResponseType |
CONFLICT
SyncBoResponseType of CONFLICT type. |
static SyncBoResponseType |
ERROR
SyncBoResponseType of ERROR type. |
| Method Summary | |
static SyncBoResponseType |
forInteger(java.lang.Integer typeInt)
Returns the SyncBoResponseType for a given int |
static SyncBoResponseType |
forString(java.lang.String responseName)
Returns the SyncBoResponseType for a given string |
java.lang.Integer |
toInteger()
Returns the Integer value of the SyncBoResponseType |
java.lang.String |
toString()
Returns the String representation of the response type |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final SyncBoResponseType CONFLICT
SyncBoResponseType of CONFLICT type.
public static final SyncBoResponseType ERROR
SyncBoResponseType of ERROR type.
| Method Detail |
public static SyncBoResponseType forString(java.lang.String responseName)
responseName - String value or either error or conflict
public static SyncBoResponseType forInteger(java.lang.Integer typeInt)
public java.lang.String toString()
public java.lang.Integer toInteger()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||