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