public static enum SyncInfoMessage.Type extends Enum<SyncInfoMessage.Type>
Enum Constant and Description |
---|
NEW_COOKIE
new cookie.
|
REFRESH_DELETE
refresh delete.
|
REFRESH_PRESENT
refresh present.
|
SYNC_ID_SET
sync id set.
|
Modifier and Type | Method and Description |
---|---|
static SyncInfoMessage.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyncInfoMessage.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SyncInfoMessage.Type NEW_COOKIE
public static final SyncInfoMessage.Type REFRESH_DELETE
public static final SyncInfoMessage.Type REFRESH_PRESENT
public static final SyncInfoMessage.Type SYNC_ID_SET
public static SyncInfoMessage.Type[] values()
for (SyncInfoMessage.Type c : SyncInfoMessage.Type.values()) System.out.println(c);
public static SyncInfoMessage.Type 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 © 2003-2019 Virginia Tech. All Rights Reserved.