public enum SynchronisationStatus extends java.lang.Enum<SynchronisationStatus>
| Enum Constant and Description |
|---|
INITIAL_SYNC_IS_NEEDED |
SYNCHRONIZATION_NOT_AVAILABLE |
SYNCHRONIZATION_NOT_OK |
SYNCHRONIZATION_OK |
| Modifier and Type | Method and Description |
|---|---|
static SynchronisationStatus |
getStatus(int statusValue) |
int |
getStatusValue() |
static SynchronisationStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SynchronisationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SynchronisationStatus SYNCHRONIZATION_OK
public static final SynchronisationStatus SYNCHRONIZATION_NOT_AVAILABLE
public static final SynchronisationStatus SYNCHRONIZATION_NOT_OK
public static final SynchronisationStatus INITIAL_SYNC_IS_NEEDED
public static SynchronisationStatus[] values()
for (SynchronisationStatus c : SynchronisationStatus.values()) System.out.println(c);
public static SynchronisationStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getStatusValue()
public static SynchronisationStatus getStatus(int statusValue)
Copyright © 2018 SAP SE. All Rights Reserved.