public static enum SyncConstants.BE_ACTION_TYPE extends java.lang.Enum<SyncConstants.BE_ACTION_TYPE>
| Modifier and Type | Method and Description |
|---|---|
static SyncConstants.BE_ACTION_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SyncConstants.BE_ACTION_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SyncConstants.BE_ACTION_TYPE A
public static final SyncConstants.BE_ACTION_TYPE M
public static final SyncConstants.BE_ACTION_TYPE D
public static SyncConstants.BE_ACTION_TYPE[] values()
for (SyncConstants.BE_ACTION_TYPE c : SyncConstants.BE_ACTION_TYPE.values()) System.out.println(c);
public static SyncConstants.BE_ACTION_TYPE 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 nullCopyright © 2017 Unvired Inc. All Rights Reserved.