public enum PerformanceMetricNormalityEnum extends Enum<PerformanceMetricNormalityEnum>
| Enum Constant and Description |
|---|
ABNORMAL
Represents abnormal.
|
NORMAL
Represents normal.
|
UNKNOWN
Represents unknown.
|
| Modifier and Type | Method and Description |
|---|---|
static PerformanceMetricNormalityEnum |
of(int value)
Returns the object of performanceMetricNormalityEnum for.
|
static PerformanceMetricNormalityEnum |
of(String value)
Returns the object of performanceMetricNormalityEnum for.
|
int |
performanceMetricNormalityEnum()
Returns the attribute performanceMetricNormalityEnum.
|
String |
toString() |
static PerformanceMetricNormalityEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PerformanceMetricNormalityEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PerformanceMetricNormalityEnum UNKNOWN
public static final PerformanceMetricNormalityEnum NORMAL
public static final PerformanceMetricNormalityEnum ABNORMAL
public static PerformanceMetricNormalityEnum[] values()
for (PerformanceMetricNormalityEnum c : PerformanceMetricNormalityEnum.values()) System.out.println(c);
public static PerformanceMetricNormalityEnum 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 PerformanceMetricNormalityEnum of(int value)
value - value of performanceMetricNormalityEnum forpublic static PerformanceMetricNormalityEnum of(String value)
value - value of performanceMetricNormalityEnum forpublic int performanceMetricNormalityEnum()
public String toString()
toString in class Enum<PerformanceMetricNormalityEnum>Copyright © 2017. All rights reserved.