public static enum CometConstants.SyncStatus extends Enum<CometConstants.SyncStatus>
| Enum Constant and Description |
|---|
CHANGED |
DELETED |
EQUAL |
EXCEPTION |
NOMARKER |
NOOBJECT |
NOTUNIQUE |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
String |
toString() |
static CometConstants.SyncStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CometConstants.SyncStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CometConstants.SyncStatus EXCEPTION
public static final CometConstants.SyncStatus NOMARKER
public static final CometConstants.SyncStatus NOOBJECT
public static final CometConstants.SyncStatus CHANGED
public static final CometConstants.SyncStatus DELETED
public static final CometConstants.SyncStatus EQUAL
public static final CometConstants.SyncStatus NOTUNIQUE
public static CometConstants.SyncStatus[] values()
for (CometConstants.SyncStatus c : CometConstants.SyncStatus.values()) System.out.println(c);
public static CometConstants.SyncStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int code()
public String toString()
toString in class Enum<CometConstants.SyncStatus>Copyright © 2017 SAP SE. All Rights Reserved.