public enum AverageMonthlyVolumeType extends Enum<AverageMonthlyVolumeType>
| Enum Constant and Description |
|---|
AVERAGEMONTHLYVOLUMENOTAPPLICABLE |
AVERAGEMONTHLYVOLUMERANGE1 |
AVERAGEMONTHLYVOLUMERANGE2 |
AVERAGEMONTHLYVOLUMERANGE3 |
AVERAGEMONTHLYVOLUMERANGE4 |
AVERAGEMONTHLYVOLUMERANGE5 |
AVERAGEMONTHLYVOLUMERANGE6 |
| Modifier and Type | Method and Description |
|---|---|
static AverageMonthlyVolumeType |
fromValue(String v) |
String |
getValue() |
static AverageMonthlyVolumeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AverageMonthlyVolumeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AverageMonthlyVolumeType AVERAGEMONTHLYVOLUMENOTAPPLICABLE
public static final AverageMonthlyVolumeType AVERAGEMONTHLYVOLUMERANGE1
public static final AverageMonthlyVolumeType AVERAGEMONTHLYVOLUMERANGE2
public static final AverageMonthlyVolumeType AVERAGEMONTHLYVOLUMERANGE3
public static final AverageMonthlyVolumeType AVERAGEMONTHLYVOLUMERANGE4
public static final AverageMonthlyVolumeType AVERAGEMONTHLYVOLUMERANGE5
public static final AverageMonthlyVolumeType AVERAGEMONTHLYVOLUMERANGE6
public static AverageMonthlyVolumeType[] values()
for (AverageMonthlyVolumeType c : AverageMonthlyVolumeType.values()) System.out.println(c);
public static AverageMonthlyVolumeType 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 String getValue()
public static AverageMonthlyVolumeType fromValue(String v)
Copyright © 2017. All Rights Reserved.