protected static enum RowFilter.Expression.Kind extends java.lang.Enum<RowFilter.Expression.Kind>
Enum Constant and Description |
---|
CUSTOM |
MAP_EQUALITY |
SIMPLE |
UNUSED1 |
USER |
Modifier and Type | Method and Description |
---|---|
static RowFilter.Expression.Kind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RowFilter.Expression.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RowFilter.Expression.Kind SIMPLE
public static final RowFilter.Expression.Kind MAP_EQUALITY
public static final RowFilter.Expression.Kind UNUSED1
public static final RowFilter.Expression.Kind CUSTOM
public static final RowFilter.Expression.Kind USER
public static RowFilter.Expression.Kind[] values()
for (RowFilter.Expression.Kind c : RowFilter.Expression.Kind.values()) System.out.println(c);
public static RowFilter.Expression.Kind 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 © 2018 The Apache Software Foundation