public static enum RowChangeDescription.RowOperation extends java.lang.Enum<RowChangeDescription.RowOperation>
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
Implementation detail (for internal use only).
|
static RowChangeDescription.RowOperation |
getRowOperation(int code)
Deprecated.
This method is deprecated in 21.
Use
getRowOperations(int) instead. |
static java.util.EnumSet<RowChangeDescription.RowOperation> |
getRowOperations(int code) |
static RowChangeDescription.RowOperation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RowChangeDescription.RowOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RowChangeDescription.RowOperation INSERT
public static final RowChangeDescription.RowOperation UPDATE
public static final RowChangeDescription.RowOperation DELETE
public static RowChangeDescription.RowOperation[] values()
for (RowChangeDescription.RowOperation c : RowChangeDescription.RowOperation.values()) System.out.println(c);
public static RowChangeDescription.RowOperation 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 nullpublic final int getCode()
@Deprecated public static final RowChangeDescription.RowOperation getRowOperation(int code)
getRowOperations(int) instead.public static final java.util.EnumSet<RowChangeDescription.RowOperation> getRowOperations(int code)