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

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

public class SyncBoResponseType
extends java.lang.Object

A static enumeration type indicating the quarantine state of the SyncBo instance: either ERROR or CONFLICT

Copyright: Copyright (c) 2003

Company: SAP AG

Since:
2.5
Version:
2.5
Author:
Jo Gel
See Also:
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

CONFLICT

public static final SyncBoResponseType CONFLICT
SyncBoResponseType of CONFLICT type.


ERROR

public static final SyncBoResponseType ERROR
SyncBoResponseType of ERROR type.

Method Detail

forString

public static SyncBoResponseType forString(java.lang.String responseName)
Returns the SyncBoResponseType for a given string

Parameters:
responseName - String value or either error or conflict
Returns:
SyncBoResponseType

forInteger

public static SyncBoResponseType forInteger(java.lang.Integer typeInt)
Returns the SyncBoResponseType for a given int

Returns:
SyncBoResponseType

toString

public java.lang.String toString()
Returns the String representation of the response type

Returns:
the String representation of the response type

toInteger

public java.lang.Integer toInteger()
Returns the Integer value of the SyncBoResponseType

Returns:
the Integer representation of the response type


Copyright © 2003 SAP AG. All Rights Reserved.