urn.ebay.apis.eBLBaseComponents
Enum AverageTransactionPriceType

java.lang.Object
  extended by java.lang.Enum<AverageTransactionPriceType>
      extended by urn.ebay.apis.eBLBaseComponents.AverageTransactionPriceType
All Implemented Interfaces:
Serializable, Comparable<AverageTransactionPriceType>

public enum AverageTransactionPriceType
extends Enum<AverageTransactionPriceType>

AverageTransactionPriceType Enumeration Meaning AverageTransactionPrice-Not-Applicable AverageTransactionPrice-Range1 Less than $25 USD AverageTransactionPrice-Range2 $25 USD to $50 USD AverageTransactionPrice-Range3 $50 USD to $100 USD AverageTransactionPrice-Range4 $100 USD to $250 USD AverageTransactionPrice-Range5 $250 USD to $500 USD AverageTransactionPrice-Range6 $500 USD to $1,000 USD AverageTransactionPrice-Range7 $1,000 USD to $2,000 USD AverageTransactionPrice-Range8 $2,000 USD to $5,000 USD AverageTransactionPrice-Range9 $5,000 USD to $10,000 USD AverageTransactionPrice-Range10 More than $10,000 USD


Enum Constant Summary
AVERAGETRANSACTIONPRICENOTAPPLICABLE
           
AVERAGETRANSACTIONPRICERANGE1
           
AVERAGETRANSACTIONPRICERANGE10
           
AVERAGETRANSACTIONPRICERANGE2
           
AVERAGETRANSACTIONPRICERANGE3
           
AVERAGETRANSACTIONPRICERANGE4
           
AVERAGETRANSACTIONPRICERANGE5
           
AVERAGETRANSACTIONPRICERANGE6
           
AVERAGETRANSACTIONPRICERANGE7
           
AVERAGETRANSACTIONPRICERANGE8
           
AVERAGETRANSACTIONPRICERANGE9
           
 
Method Summary
static AverageTransactionPriceType fromValue(String v)
           
 String getValue()
           
static AverageTransactionPriceType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AverageTransactionPriceType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

AVERAGETRANSACTIONPRICENOTAPPLICABLE

public static final AverageTransactionPriceType AVERAGETRANSACTIONPRICENOTAPPLICABLE

AVERAGETRANSACTIONPRICERANGE1

public static final AverageTransactionPriceType AVERAGETRANSACTIONPRICERANGE1

AVERAGETRANSACTIONPRICERANGE2

public static final AverageTransactionPriceType AVERAGETRANSACTIONPRICERANGE2

AVERAGETRANSACTIONPRICERANGE3

public static final AverageTransactionPriceType AVERAGETRANSACTIONPRICERANGE3

AVERAGETRANSACTIONPRICERANGE4

public static final AverageTransactionPriceType AVERAGETRANSACTIONPRICERANGE4

AVERAGETRANSACTIONPRICERANGE5

public static final AverageTransactionPriceType AVERAGETRANSACTIONPRICERANGE5

AVERAGETRANSACTIONPRICERANGE6

public static final AverageTransactionPriceType AVERAGETRANSACTIONPRICERANGE6

AVERAGETRANSACTIONPRICERANGE7

public static final AverageTransactionPriceType AVERAGETRANSACTIONPRICERANGE7

AVERAGETRANSACTIONPRICERANGE8

public static final AverageTransactionPriceType AVERAGETRANSACTIONPRICERANGE8

AVERAGETRANSACTIONPRICERANGE9

public static final AverageTransactionPriceType AVERAGETRANSACTIONPRICERANGE9

AVERAGETRANSACTIONPRICERANGE10

public static final AverageTransactionPriceType AVERAGETRANSACTIONPRICERANGE10
Method Detail

values

public static AverageTransactionPriceType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (AverageTransactionPriceType c : AverageTransactionPriceType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static AverageTransactionPriceType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getValue

public String getValue()

fromValue

public static AverageTransactionPriceType fromValue(String v)


Copyright © 2012. All Rights Reserved.