protected static enum AbstractCassandraStorage.MarshallerType extends java.lang.Enum<AbstractCassandraStorage.MarshallerType>
Enum Constant and Description |
---|
COMPARATOR |
DEFAULT_VALIDATOR |
KEY_VALIDATOR |
SUBCOMPARATOR |
Modifier and Type | Method and Description |
---|---|
static AbstractCassandraStorage.MarshallerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractCassandraStorage.MarshallerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractCassandraStorage.MarshallerType COMPARATOR
public static final AbstractCassandraStorage.MarshallerType DEFAULT_VALIDATOR
public static final AbstractCassandraStorage.MarshallerType KEY_VALIDATOR
public static final AbstractCassandraStorage.MarshallerType SUBCOMPARATOR
public static AbstractCassandraStorage.MarshallerType[] values()
for (AbstractCassandraStorage.MarshallerType c : AbstractCassandraStorage.MarshallerType.values()) System.out.println(c);
public static AbstractCassandraStorage.MarshallerType 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 nullCopyright © 2014 The Apache Software Foundation