public static enum MetricDefinition.RetryRetried extends Enum<MetricDefinition.RetryRetried> implements MetricDefinition.TagValue
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.microprofile.metrics.Tag |
getTag() |
static MetricDefinition.RetryRetried |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricDefinition.RetryRetried[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetricDefinition.RetryRetried TRUE
public static final MetricDefinition.RetryRetried FALSE
public static MetricDefinition.RetryRetried[] values()
for (MetricDefinition.RetryRetried c : MetricDefinition.RetryRetried.values()) System.out.println(c);
public static MetricDefinition.RetryRetried 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 nullpublic org.eclipse.microprofile.metrics.Tag getTag()
getTag in interface MetricDefinition.TagValueCopyright © 2016 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.