public static enum MorphiumStorageListener.UpdateTypes extends Enum<MorphiumStorageListener.UpdateTypes>
| Modifier and Type | Method and Description |
|---|---|
static MorphiumStorageListener.UpdateTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MorphiumStorageListener.UpdateTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MorphiumStorageListener.UpdateTypes SET
public static final MorphiumStorageListener.UpdateTypes UNSET
public static final MorphiumStorageListener.UpdateTypes PUSH
public static final MorphiumStorageListener.UpdateTypes PULL
public static final MorphiumStorageListener.UpdateTypes INC
public static final MorphiumStorageListener.UpdateTypes DEC
public static MorphiumStorageListener.UpdateTypes[] values()
for (MorphiumStorageListener.UpdateTypes c : MorphiumStorageListener.UpdateTypes.values()) System.out.println(c);
public static MorphiumStorageListener.UpdateTypes 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 © 2013. All rights reserved.