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

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

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

Fields in com.sap.ip.me.api.smartsync declared as PositionStatusType
static PositionStatusType PositionStatusType.INITIAL
          Represents the initial state of the object's status.
static PositionStatusType PositionStatusType.UNLINKED
          Represents the unlinked state of the object's status.
static PositionStatusType PositionStatusType.LOCAL
          Represents the local state of the object's status.
static PositionStatusType PositionStatusType.GLOBAL
          Represents the global state of the object's status.
 

Methods in com.sap.ip.me.api.smartsync that return PositionStatusType
 PositionStatusType SyncBo.getPositionStatus()
          Deprecated. This method will be removed in next MI releases. Use SyncBo.getSyncState() instead.
static PositionStatusType PositionStatusType.forString(java.lang.String stringRepresentation)
          Returns the correspnoding PositionStatusType instance with the specified String representation.
 



Copyright © 2005 SAP AG. All Rights Reserved.