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

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

public final class SyncBoOutDeltaSendType
extends java.lang.Object

An enumeration of possible SyncBoOutDelta sending type.

Version:
2.1
Author:
SAP
See Also:
SyncBoOutDelta

Field Summary
static SyncBoOutDeltaSendType DEFAULT
          Same as SEND
static SyncBoOutDeltaSendType NO_SEND
          NO_REQUEST - the SyncBoOutDelta is not sent to backend.
static SyncBoOutDeltaSendType SEND
          SEND - the SyncBoOutDelta sends to backend as asynchronous mode.
static SyncBoOutDeltaSendType SEND_DIRECT
          SEND_DIRECT - the SyncBoOutDelta sends to backend as synchronous mode.
 
Method Summary
 java.lang.String toString()
          Returns the string representaion of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NO_SEND

public static SyncBoOutDeltaSendType NO_SEND
NO_REQUEST - the SyncBoOutDelta is not sent to backend.


SEND

public static SyncBoOutDeltaSendType SEND
SEND - the SyncBoOutDelta sends to backend as asynchronous mode. This is the default value.


SEND_DIRECT

public static SyncBoOutDeltaSendType SEND_DIRECT
SEND_DIRECT - the SyncBoOutDelta sends to backend as synchronous mode.


DEFAULT

public static SyncBoOutDeltaSendType DEFAULT
Same as SEND

Method Detail

toString

public java.lang.String toString()
Returns the string representaion of this object.

Returns:
the string representaion of this object.


Copyright © 2005 SAP AG. All Rights Reserved.