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