static enum MetaTableMetrics.MetaTableOps extends Enum<MetaTableMetrics.MetaTableOps>
| Modifier and Type | Method and Description |
|---|---|
static MetaTableMetrics.MetaTableOps |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetaTableMetrics.MetaTableOps[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetaTableMetrics.MetaTableOps GET
public static final MetaTableMetrics.MetaTableOps PUT
public static final MetaTableMetrics.MetaTableOps DELETE
public static MetaTableMetrics.MetaTableOps[] values()
for (MetaTableMetrics.MetaTableOps c : MetaTableMetrics.MetaTableOps.values()) System.out.println(c);
public static MetaTableMetrics.MetaTableOps 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.