Uses of Class
com.sap.ip.me.api.smartsync.StatusType

Packages that use StatusType
com.sap.ip.me.api.smartsync   
 

Uses of StatusType in com.sap.ip.me.api.smartsync
 

Fields in com.sap.ip.me.api.smartsync declared as StatusType
static StatusType StatusType.INITIAL
          Represents the initial state of the object's status.
static StatusType StatusType.UNLINKED
          Represents the unlinked state of the object's status.
static StatusType StatusType.LOCAL
          Represents the local state of the object's status.
static StatusType StatusType.IN_SYNC
          Represents an object's state indicating that the object is the synchronization with the data in the backend database.
static StatusType StatusType.GLOBAL
          Represents the global state of the object's status.
 

Methods in com.sap.ip.me.api.smartsync that return StatusType
 StatusType SyncBo.getStatus()
          Returns the status property of this SyncBo
static StatusType StatusType.forString(java.lang.String string)
          Returns the correspnoding StatusType instance with the specified String representation.
 StatusType Row.getStatus()
          Returns the status attribute of this Row object.
 



Copyright © 2005 SAP AG. All Rights Reserved.