public enum SynchronizeState extends java.lang.Enum<SynchronizeState>
GUID.UID_SYNCHRONIZE_STATE
Enum Constant and Description |
---|
DETACHED
Item is detached from remote
|
DOWNLOADED
Item is downloaded from remote
|
UPLOADED
Item was uploaded to remote
|
Modifier and Type | Method and Description |
---|---|
static SynchronizeState |
find(int id) |
int |
getID() |
java.lang.String |
toString() |
static SynchronizeState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SynchronizeState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SynchronizeState UPLOADED
public static final SynchronizeState DOWNLOADED
public static final SynchronizeState DETACHED
public static SynchronizeState[] values()
for (SynchronizeState c : SynchronizeState.values()) System.out.println(c);
public static SynchronizeState 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 static SynchronizeState find(int id)
public int getID()
public java.lang.String toString()
toString
in class java.lang.Enum<SynchronizeState>
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.