public enum AverageMonthlyVolumeType extends java.lang.Enum<AverageMonthlyVolumeType>
Java class for AverageMonthlyVolumeType.
The following schema fragment specifies the expected content contained within this class.
 <simpleType name="AverageMonthlyVolumeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="AverageMonthlyVolume-Not-Applicable"/>
     <enumeration value="AverageMonthlyVolume-Range1"/>
     <enumeration value="AverageMonthlyVolume-Range2"/>
     <enumeration value="AverageMonthlyVolume-Range3"/>
     <enumeration value="AverageMonthlyVolume-Range4"/>
     <enumeration value="AverageMonthlyVolume-Range5"/>
     <enumeration value="AverageMonthlyVolume-Range6"/>
   </restriction>
 </simpleType>
 | Modifier and Type | Method and Description | 
|---|---|
static AverageMonthlyVolumeType | 
fromValue(java.lang.String v)  | 
java.lang.String | 
value()  | 
static AverageMonthlyVolumeType | 
valueOf(java.lang.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 AVERAGE_MONTHLY_VOLUME_NOT_APPLICABLE
public static final AverageMonthlyVolumeType AVERAGE_MONTHLY_VOLUME_RANGE_1
public static final AverageMonthlyVolumeType AVERAGE_MONTHLY_VOLUME_RANGE_2
public static final AverageMonthlyVolumeType AVERAGE_MONTHLY_VOLUME_RANGE_3
public static final AverageMonthlyVolumeType AVERAGE_MONTHLY_VOLUME_RANGE_4
public static final AverageMonthlyVolumeType AVERAGE_MONTHLY_VOLUME_RANGE_5
public static final AverageMonthlyVolumeType AVERAGE_MONTHLY_VOLUME_RANGE_6
public static AverageMonthlyVolumeType[] values()
for (AverageMonthlyVolumeType c : AverageMonthlyVolumeType.values()) System.out.println(c);
public static AverageMonthlyVolumeType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public static AverageMonthlyVolumeType fromValue(java.lang.String v)
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.