private static enum TestVisibilityLabelsWithDeletes.DeleteMark extends Enum<TestVisibilityLabelsWithDeletes.DeleteMark>
Enum Constant and Description |
---|
CELL |
COLUMN |
FAMILY |
FAMILY_VERSION |
ROW |
Modifier and Type | Method and Description |
---|---|
static TestVisibilityLabelsWithDeletes.DeleteMark |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestVisibilityLabelsWithDeletes.DeleteMark[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestVisibilityLabelsWithDeletes.DeleteMark ROW
public static final TestVisibilityLabelsWithDeletes.DeleteMark FAMILY
public static final TestVisibilityLabelsWithDeletes.DeleteMark FAMILY_VERSION
public static final TestVisibilityLabelsWithDeletes.DeleteMark COLUMN
public static final TestVisibilityLabelsWithDeletes.DeleteMark CELL
public static TestVisibilityLabelsWithDeletes.DeleteMark[] values()
for (TestVisibilityLabelsWithDeletes.DeleteMark c : TestVisibilityLabelsWithDeletes.DeleteMark.values()) System.out.println(c);
public static TestVisibilityLabelsWithDeletes.DeleteMark valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.