public static enum MorphiumStorageListener.UpdateTypes extends Enum<MorphiumStorageListener.UpdateTypes>
| Enum Constant and Description |
|---|
CURRENTDATE |
CUSTOM |
DEC |
INC |
MAX |
MIN |
MUL |
POP |
PULL |
PUSH |
RENAME |
SET |
UNSET |
| 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 final MorphiumStorageListener.UpdateTypes MUL
public static final MorphiumStorageListener.UpdateTypes MIN
public static final MorphiumStorageListener.UpdateTypes MAX
public static final MorphiumStorageListener.UpdateTypes RENAME
public static final MorphiumStorageListener.UpdateTypes POP
public static final MorphiumStorageListener.UpdateTypes CURRENTDATE
public static final MorphiumStorageListener.UpdateTypes CUSTOM
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 © 2020. All rights reserved.