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