public static enum CMAUsage.UsageMetric extends Enum<CMAUsage.UsageMetric>
| Modifier and Type | Method and Description |
|---|---|
static CMAUsage.UsageMetric |
valueOf(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(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 © 2026 Contentful, GmbH.. All rights reserved.