public enum AuctionTypeCodeType extends java.lang.Enum<AuctionTypeCodeType>
Java class for AuctionTypeCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="AuctionTypeCodeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="Unknown"/> <enumeration value="Chinese"/> <enumeration value="Dutch"/> <enumeration value="Live"/> <enumeration value="Ad type"/> <enumeration value="Stores Fixed-price"/> <enumeration value="Personal Offer"/> <enumeration value="Fixed Price Item"/> <enumeration value="CustomCode"/> </restriction> </simpleType>
Enum Constant and Description |
---|
AD_TYPE
Ad type auction
|
CHINESE
Chinese auction
|
CUSTOM_CODE
Reserved for internal or future use.
|
DUTCH
Dutch auction
|
FIXED_PRICE_ITEM
Fixed Price item ("BIN only").
|
LIVE
Live Auctions-type auction
|
PERSONAL_OFFER
Personal Offer auction
|
STORES_FIXED_PRICE
Stores Fixed-price auction (US only)
|
UNKNOWN
Unknown auction type
|
Modifier and Type | Method and Description |
---|---|
static AuctionTypeCodeType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static AuctionTypeCodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuctionTypeCodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuctionTypeCodeType UNKNOWN
public static final AuctionTypeCodeType CHINESE
public static final AuctionTypeCodeType DUTCH
public static final AuctionTypeCodeType LIVE
public static final AuctionTypeCodeType AD_TYPE
public static final AuctionTypeCodeType STORES_FIXED_PRICE
public static final AuctionTypeCodeType PERSONAL_OFFER
public static final AuctionTypeCodeType FIXED_PRICE_ITEM
public static final AuctionTypeCodeType CUSTOM_CODE
public static AuctionTypeCodeType[] values()
for (AuctionTypeCodeType c : AuctionTypeCodeType.values()) System.out.println(c);
public static AuctionTypeCodeType 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 AuctionTypeCodeType fromValue(java.lang.String v)
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.