public enum MetricNamePostfixPolicyDto extends Enum<MetricNamePostfixPolicyDto>
| Enum Constant and Description |
|---|
ADD_ALL_TYPES |
ADD_COMPOSITE_TYPES |
OFF |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static MetricNamePostfixPolicyDto |
fromString(String strValue) |
static MetricNamePostfixPolicyDto |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricNamePostfixPolicyDto[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetricNamePostfixPolicyDto ADD_ALL_TYPES
public static final MetricNamePostfixPolicyDto ADD_COMPOSITE_TYPES
public static final MetricNamePostfixPolicyDto OFF
public static final MetricNamePostfixPolicyDto UNKNOWN
public static MetricNamePostfixPolicyDto[] values()
for (MetricNamePostfixPolicyDto c : MetricNamePostfixPolicyDto.values()) System.out.println(c);
public static MetricNamePostfixPolicyDto 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 static MetricNamePostfixPolicyDto fromString(String strValue)
Copyright © 2016. All rights reserved.