public static enum CMAUsage.UsageMetric extends java.lang.Enum<CMAUsage.UsageMetric>
| Modifier and Type | Method and Description |
|---|---|
static CMAUsage.UsageMetric |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CMAUsage.UsageMetric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMAUsage.UsageMetric cda
public static final CMAUsage.UsageMetric cma
public static final CMAUsage.UsageMetric cpa
public static final CMAUsage.UsageMetric gql1
public static CMAUsage.UsageMetric[] values()
for (CMAUsage.UsageMetric c : CMAUsage.UsageMetric.values()) System.out.println(c);
public static CMAUsage.UsageMetric 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 Contentful, GmbH.. All Rights Reserved.