public enum EnlightRFQAvgRespRateRanking extends Enum<EnlightRFQAvgRespRateRanking>
Enum Constant and Description |
---|
HIGH
High.
|
LOW
Low.
|
MEDIUM
Medium.
|
NO_VALUE
Identifies no value.
|
Modifier and Type | Method and Description |
---|---|
static EnlightRFQAvgRespRateRanking |
forValue(byte value) |
byte |
getValue() |
static EnlightRFQAvgRespRateRanking |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnlightRFQAvgRespRateRanking[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnlightRFQAvgRespRateRanking NO_VALUE
public static final EnlightRFQAvgRespRateRanking LOW
public static final EnlightRFQAvgRespRateRanking MEDIUM
public static final EnlightRFQAvgRespRateRanking HIGH
public static EnlightRFQAvgRespRateRanking[] values()
for (EnlightRFQAvgRespRateRanking c : EnlightRFQAvgRespRateRanking.values()) System.out.println(c);
public static EnlightRFQAvgRespRateRanking 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 byte getValue()
public static EnlightRFQAvgRespRateRanking forValue(byte value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.