public static enum SynchronizedElementInfo.SynchronizationStatus extends Enum<SynchronizedElementInfo.SynchronizationStatus>
| Enum Constant and Description |
|---|
OUTDATED_REMOTE |
OUTDATED_WS |
UP_TO_DATE |
| Modifier and Type | Method and Description |
|---|---|
static SynchronizedElementInfo.SynchronizationStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SynchronizedElementInfo.SynchronizationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SynchronizedElementInfo.SynchronizationStatus UP_TO_DATE
public static final SynchronizedElementInfo.SynchronizationStatus OUTDATED_WS
public static final SynchronizedElementInfo.SynchronizationStatus OUTDATED_REMOTE
public static SynchronizedElementInfo.SynchronizationStatus[] values()
for (SynchronizedElementInfo.SynchronizationStatus c : SynchronizedElementInfo.SynchronizationStatus.values()) System.out.println(c);
public static SynchronizedElementInfo.SynchronizationStatus 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 nullCopyright © 2021. All Rights Reserved.