public enum SyncInfoValueTags extends java.lang.Enum<SyncInfoValueTags>
| Enum Constant and Description |
|---|
NEW_COOKIE_TAG
The tags
|
REFRESH_DELETE_TAG |
REFRESH_PRESENT_TAG |
SYNC_ID_SET_TAG |
| Modifier and Type | Field and Description |
|---|---|
private int |
value
Internal value for each tag
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static SyncInfoValueTags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SyncInfoValueTags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SyncInfoValueTags NEW_COOKIE_TAG
public static final SyncInfoValueTags REFRESH_DELETE_TAG
public static final SyncInfoValueTags REFRESH_PRESENT_TAG
public static final SyncInfoValueTags SYNC_ID_SET_TAG
public static SyncInfoValueTags[] values()
for (SyncInfoValueTags c : SyncInfoValueTags.values()) System.out.println(c);
public static SyncInfoValueTags 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 getValue()