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