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