public enum Metric extends Enum<Metric>
| Modifier and Type | Method and Description |
|---|---|
static Metric |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Metric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Metric ATP_ITF_STUBS_ACTIVE_TRIGGER_BY_PROJECT
public static final Metric ATP_ITF_STUBS_ERROR_TRIGGER_BY_PROJECT
public static final Metric ATP_ITF_STUBS_INCOMING_REQUEST_BY_PROJECT
public static final Metric ATP_ITF_STUBS_INCOMING_REQUEST_SECONDS_BY_PROJECT
public static final Metric ATP_ITF_STUBS_INCOMING_REQUEST_MESSAGE_SIZE_BY_PROJECT
public static Metric[] values()
for (Metric c : Metric.values()) System.out.println(c);
public static Metric 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 © 2025. All rights reserved.