public final enum

AverageMonthlyVolumeType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ ebay.apis.eblbasecomponents.AverageMonthlyVolumeType

Class Overview

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>
 

Summary

Enum Values
AverageMonthlyVolumeType  AVERAGE_MONTHLY_VOLUME_NOT_APPLICABLE   
AverageMonthlyVolumeType  AVERAGE_MONTHLY_VOLUME_RANGE_1   
AverageMonthlyVolumeType  AVERAGE_MONTHLY_VOLUME_RANGE_2   
AverageMonthlyVolumeType  AVERAGE_MONTHLY_VOLUME_RANGE_3   
AverageMonthlyVolumeType  AVERAGE_MONTHLY_VOLUME_RANGE_4   
AverageMonthlyVolumeType  AVERAGE_MONTHLY_VOLUME_RANGE_5   
AverageMonthlyVolumeType  AVERAGE_MONTHLY_VOLUME_RANGE_6   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static AverageMonthlyVolumeType fromValue(String v)
String value()
static AverageMonthlyVolumeType valueOf(String name)
final static AverageMonthlyVolumeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

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

Fields

private final String value

Public Methods

public static AverageMonthlyVolumeType fromValue (String v)

Parameters
v

public String value ()

public static AverageMonthlyVolumeType valueOf (String name)

Parameters
name

public static final AverageMonthlyVolumeType[] values ()