|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sap.ip.me.api.smartsync.PositionStatusType
An enumeration of possible position status types of SyncBo objects. It can be assigned to SyncBo instance.
SyncBo
Field Summary | |
static PositionStatusType |
GLOBAL
Represents the global state of the object's status. |
static PositionStatusType |
INITIAL
Represents the initial state of the object's status. |
static PositionStatusType |
LOCAL
Represents the local state of the object's status. |
static PositionStatusType |
UNLINKED
Represents the unlinked state of the object's status. |
Method Summary | |
static PositionStatusType |
forString(java.lang.String stringRepresentation)
Returns the correspnoding PositionStatusType instance with the specified String representation. |
java.lang.String |
toString()
Returns the stringRepresentation representation of this PositionStatusType. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final PositionStatusType INITIAL
public static final PositionStatusType UNLINKED
public static final PositionStatusType LOCAL
public static final PositionStatusType GLOBAL
Method Detail |
public static PositionStatusType forString(java.lang.String stringRepresentation)
stringRepresentation
- the specified String representation. public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |