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