public static enum CqlColumnListMutationImpl.ColListMutationType extends java.lang.Enum<CqlColumnListMutationImpl.ColListMutationType>
| Enum Constant and Description |
|---|
ColumnsUpdate |
CounterColumnsUpdate |
RowDelete |
| Modifier and Type | Method and Description |
|---|---|
static CqlColumnListMutationImpl.ColListMutationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CqlColumnListMutationImpl.ColListMutationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CqlColumnListMutationImpl.ColListMutationType RowDelete
public static final CqlColumnListMutationImpl.ColListMutationType ColumnsUpdate
public static final CqlColumnListMutationImpl.ColListMutationType CounterColumnsUpdate
public static CqlColumnListMutationImpl.ColListMutationType[] values()
for (CqlColumnListMutationImpl.ColListMutationType c : CqlColumnListMutationImpl.ColListMutationType.values()) System.out.println(c);
public static CqlColumnListMutationImpl.ColListMutationType 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