@DefaultCoder(value=AvroCoder.class) public enum ValueCaptureType extends java.lang.Enum<ValueCaptureType>
Mod
s will include the column values before and after the
database operations were applied.Enum Constant and Description |
---|
OLD_AND_NEW_VALUES |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static ValueCaptureType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ValueCaptureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValueCaptureType OLD_AND_NEW_VALUES
public static final ValueCaptureType UNKNOWN
public static ValueCaptureType[] values()
for (ValueCaptureType c : ValueCaptureType.values()) System.out.println(c);
public static ValueCaptureType 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 null