public static enum PhoenixSerializer.DmlType extends java.lang.Enum<PhoenixSerializer.DmlType>
| Modifier and Type | Method and Description |
|---|---|
static PhoenixSerializer.DmlType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PhoenixSerializer.DmlType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PhoenixSerializer.DmlType NONE
public static final PhoenixSerializer.DmlType SELECT
public static final PhoenixSerializer.DmlType INSERT
public static final PhoenixSerializer.DmlType UPDATE
public static final PhoenixSerializer.DmlType DELETE
public static PhoenixSerializer.DmlType[] values()
for (PhoenixSerializer.DmlType c : PhoenixSerializer.DmlType.values()) System.out.println(c);
public static PhoenixSerializer.DmlType 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 © 2021 Apache Software Foundation. All rights reserved.