public static enum RowKeyJoinCallContext.RowKey extends Enum<RowKeyJoinCallContext.RowKey>
Modifier and Type | Method and Description |
---|---|
static RowKeyJoinCallContext.RowKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RowKeyJoinCallContext.RowKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RowKeyJoinCallContext.RowKey NONE
public static final RowKeyJoinCallContext.RowKey LEFT
public static final RowKeyJoinCallContext.RowKey RIGHT
public static final RowKeyJoinCallContext.RowKey BOTH
public static RowKeyJoinCallContext.RowKey[] values()
for (RowKeyJoinCallContext.RowKey c : RowKeyJoinCallContext.RowKey.values()) System.out.println(c);
public static RowKeyJoinCallContext.RowKey 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 © 1970 The Apache Software Foundation. All rights reserved.