public final enum

AverageTransactionPriceType

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

Class Overview

Java class for AverageTransactionPriceType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="AverageTransactionPriceType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="AverageTransactionPrice-Not-Applicable"/>
     <enumeration value="AverageTransactionPrice-Range1"/>
     <enumeration value="AverageTransactionPrice-Range2"/>
     <enumeration value="AverageTransactionPrice-Range3"/>
     <enumeration value="AverageTransactionPrice-Range4"/>
     <enumeration value="AverageTransactionPrice-Range5"/>
     <enumeration value="AverageTransactionPrice-Range6"/>
     <enumeration value="AverageTransactionPrice-Range7"/>
     <enumeration value="AverageTransactionPrice-Range8"/>
     <enumeration value="AverageTransactionPrice-Range9"/>
     <enumeration value="AverageTransactionPrice-Range10"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
AverageTransactionPriceType  AVERAGE_TRANSACTION_PRICE_NOT_APPLICABLE   
AverageTransactionPriceType  AVERAGE_TRANSACTION_PRICE_RANGE_1   
AverageTransactionPriceType  AVERAGE_TRANSACTION_PRICE_RANGE_10   
AverageTransactionPriceType  AVERAGE_TRANSACTION_PRICE_RANGE_2   
AverageTransactionPriceType  AVERAGE_TRANSACTION_PRICE_RANGE_3   
AverageTransactionPriceType  AVERAGE_TRANSACTION_PRICE_RANGE_4   
AverageTransactionPriceType  AVERAGE_TRANSACTION_PRICE_RANGE_5   
AverageTransactionPriceType  AVERAGE_TRANSACTION_PRICE_RANGE_6   
AverageTransactionPriceType  AVERAGE_TRANSACTION_PRICE_RANGE_7   
AverageTransactionPriceType  AVERAGE_TRANSACTION_PRICE_RANGE_8   
AverageTransactionPriceType  AVERAGE_TRANSACTION_PRICE_RANGE_9   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static AverageTransactionPriceType fromValue(String v)
String value()
static AverageTransactionPriceType valueOf(String name)
final static AverageTransactionPriceType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final AverageTransactionPriceType AVERAGE_TRANSACTION_PRICE_NOT_APPLICABLE

public static final AverageTransactionPriceType AVERAGE_TRANSACTION_PRICE_RANGE_1

public static final AverageTransactionPriceType AVERAGE_TRANSACTION_PRICE_RANGE_10

public static final AverageTransactionPriceType AVERAGE_TRANSACTION_PRICE_RANGE_2

public static final AverageTransactionPriceType AVERAGE_TRANSACTION_PRICE_RANGE_3

public static final AverageTransactionPriceType AVERAGE_TRANSACTION_PRICE_RANGE_4

public static final AverageTransactionPriceType AVERAGE_TRANSACTION_PRICE_RANGE_5

public static final AverageTransactionPriceType AVERAGE_TRANSACTION_PRICE_RANGE_6

public static final AverageTransactionPriceType AVERAGE_TRANSACTION_PRICE_RANGE_7

public static final AverageTransactionPriceType AVERAGE_TRANSACTION_PRICE_RANGE_8

public static final AverageTransactionPriceType AVERAGE_TRANSACTION_PRICE_RANGE_9

Fields

private final String value

Public Methods

public static AverageTransactionPriceType fromValue (String v)

Parameters
v

public String value ()

public static AverageTransactionPriceType valueOf (String name)

Parameters
name

public static final AverageTransactionPriceType[] values ()