|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sap.ip.me.api.smartsync.SyncBoChangeActionType
Enumeration of action type of SyncBoChange.This describes the action performed on the SyncBo.
SyncBoChange
,
SyncBoInDelta
,
SyncBoOutDelta
Field Summary | |
static SyncBoChangeActionType |
DELETE
The changed SyncBo with the action of "DELETE". |
static int |
DELETE_IDX
|
static SyncBoChangeActionType |
ERROR
The changed SyncBo with the action of "NOOPER. |
static int |
ERROR_IDX
|
static SyncBoChangeActionType |
INSERT
The changed SyncBo with the action of "INSERT". |
static int |
INSERT_IDX
|
static SyncBoChangeActionType |
MODIFY
The changed SyncBo with the action of "MODIFY". |
static int |
MODIFY_IDX
|
static SyncBoChangeActionType |
NOOPER
The changed SyncBo with the action of "NOOPER. |
static int |
NOOPER_IDX
|
static SyncBoChangeActionType |
REPLACE
The changed SyncBo with the action of "REPLACE". |
static int |
REPLACE_IDX
|
Method Summary | |
static SyncBoChangeActionType |
forString(java.lang.String string)
Description of the Method |
static SyncBoChangeActionType |
forXMLString(java.lang.String string)
|
SyncBoChangeActionType |
getMerged(SyncBoChangeActionType actionToMerge)
Gets the merged attribute of the SyncBoChangeActionType object |
int |
toInt()
Returns an integer index representation of this action type |
java.lang.String |
toString()
Returns String presentation of the action. |
java.lang.String |
toXMLString()
Returns the long String presentation of the action for "I","M","D"; null for other |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int INSERT_IDX
public static final int MODIFY_IDX
public static final int DELETE_IDX
public static final int REPLACE_IDX
public static final int NOOPER_IDX
public static final int ERROR_IDX
public static SyncBoChangeActionType INSERT
public static SyncBoChangeActionType MODIFY
public static SyncBoChangeActionType DELETE
public static SyncBoChangeActionType REPLACE
public static SyncBoChangeActionType NOOPER
public static SyncBoChangeActionType ERROR
Method Detail |
public static SyncBoChangeActionType forString(java.lang.String string)
public static SyncBoChangeActionType forXMLString(java.lang.String string)
public java.lang.String toString()
public SyncBoChangeActionType getMerged(SyncBoChangeActionType actionToMerge)
actionToMerge
- Description of the Parameter
public int toInt()
public java.lang.String toXMLString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |