com.sap.ip.me.api.smartsync
Class SyncBoChangeActionType

java.lang.Object
  extended bycom.sap.ip.me.api.smartsync.SyncBoChangeActionType

public final class SyncBoChangeActionType
extends java.lang.Object

Enumeration of action type of SyncBoChange.This describes the action performed on the SyncBo.

Version:
2.1
Author:
SAP
See Also:
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

INSERT_IDX

public static final int INSERT_IDX
See Also:
Constant Field Values

MODIFY_IDX

public static final int MODIFY_IDX
See Also:
Constant Field Values

DELETE_IDX

public static final int DELETE_IDX
See Also:
Constant Field Values

REPLACE_IDX

public static final int REPLACE_IDX
See Also:
Constant Field Values

NOOPER_IDX

public static final int NOOPER_IDX
See Also:
Constant Field Values

ERROR_IDX

public static final int ERROR_IDX
See Also:
Constant Field Values

INSERT

public static SyncBoChangeActionType INSERT
The changed SyncBo with the action of "INSERT".


MODIFY

public static SyncBoChangeActionType MODIFY
The changed SyncBo with the action of "MODIFY".


DELETE

public static SyncBoChangeActionType DELETE
The changed SyncBo with the action of "DELETE".


REPLACE

public static SyncBoChangeActionType REPLACE
The changed SyncBo with the action of "REPLACE". The action is only available for a download delta SyncBo.


NOOPER

public static SyncBoChangeActionType NOOPER
The changed SyncBo with the action of "NOOPER.


ERROR

public static SyncBoChangeActionType ERROR
The changed SyncBo with the action of "NOOPER.

Method Detail

forString

public static SyncBoChangeActionType forString(java.lang.String string)
Description of the Method

Returns:
SyncBoChangeActionType corrresponding to the value of the string passed as a parameter.

forXMLString

public static SyncBoChangeActionType forXMLString(java.lang.String string)

toString

public java.lang.String toString()
Returns String presentation of the action.

Returns:
String presentation of the action

getMerged

public SyncBoChangeActionType getMerged(SyncBoChangeActionType actionToMerge)
Gets the merged attribute of the SyncBoChangeActionType object

Parameters:
actionToMerge - Description of the Parameter
Returns:
The merged value

toInt

public int toInt()
Returns an integer index representation of this action type

Returns:
an integer index representation of this action type

toXMLString

public java.lang.String toXMLString()
Returns the long String presentation of the action for "I","M","D"; null for other

Returns:
the long String presentation of the action


Copyright © 2005 SAP AG. All Rights Reserved.