public enum DocumentChangeTypes extends Enum<DocumentChangeTypes>
Enum Constant and Description |
---|
BULK_INSERT_ENDED |
BULK_INSERT_ERROR |
BULK_INSERT_STARTED |
COMMON |
DELETE |
NONE |
PUT |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static DocumentChangeTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentChangeTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentChangeTypes NONE
public static final DocumentChangeTypes PUT
public static final DocumentChangeTypes DELETE
public static final DocumentChangeTypes BULK_INSERT_STARTED
public static final DocumentChangeTypes BULK_INSERT_ENDED
public static final DocumentChangeTypes BULK_INSERT_ERROR
public static final DocumentChangeTypes COMMON
public static DocumentChangeTypes[] values()
for (DocumentChangeTypes c : DocumentChangeTypes.values()) System.out.println(c);
public static DocumentChangeTypes 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 nullpublic int getValue()
Copyright © 2016. All Rights Reserved.