public enum SynchronizeRequest extends java.lang.Enum<SynchronizeRequest>
GUID.UID_SYNCHRONIZE_REQUEST
Enum Constant and Description |
---|
REMOVE
Synchronize Request remove from remote
|
UPLOAD
Synchronize Request upload to remote
|
Modifier and Type | Method and Description |
---|---|
static SynchronizeRequest |
find(int id) |
int |
getID() |
java.lang.String |
toString() |
static SynchronizeRequest |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SynchronizeRequest[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SynchronizeRequest UPLOAD
public static final SynchronizeRequest REMOVE
public static SynchronizeRequest[] values()
for (SynchronizeRequest c : SynchronizeRequest.values()) System.out.println(c);
public static SynchronizeRequest 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 SynchronizeRequest find(int id)
public int getID()
public java.lang.String toString()
toString
in class java.lang.Enum<SynchronizeRequest>
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.