urn.ebay.apis.eBLBaseComponents
Enum ProductCategoryType
java.lang.Object
java.lang.Enum<ProductCategoryType>
urn.ebay.apis.eBLBaseComponents.ProductCategoryType
- All Implemented Interfaces:
- Serializable, Comparable<ProductCategoryType>
public enum ProductCategoryType
- extends Enum<ProductCategoryType>
OTHER
public static final ProductCategoryType OTHER
AIRLINES
public static final ProductCategoryType AIRLINES
ANTIQUES
public static final ProductCategoryType ANTIQUES
ART
public static final ProductCategoryType ART
CAMERASPHOTOS
public static final ProductCategoryType CAMERASPHOTOS
CARSBOATSVEHICLESPARTS
public static final ProductCategoryType CARSBOATSVEHICLESPARTS
CELLPHONESTELECOM
public static final ProductCategoryType CELLPHONESTELECOM
COINSPAPERMONEY
public static final ProductCategoryType COINSPAPERMONEY
COLLECTIBLES
public static final ProductCategoryType COLLECTIBLES
COMPUTERSNETWORKING
public static final ProductCategoryType COMPUTERSNETWORKING
CONSUMERELECTRONICS
public static final ProductCategoryType CONSUMERELECTRONICS
JEWELRYWATCHES
public static final ProductCategoryType JEWELRYWATCHES
MUSICALINSTRUMENTS
public static final ProductCategoryType MUSICALINSTRUMENTS
REALESTATE
public static final ProductCategoryType REALESTATE
SPORTSMEMORABILIACARDSFANSHOP
public static final ProductCategoryType SPORTSMEMORABILIACARDSFANSHOP
STAMPS
public static final ProductCategoryType STAMPS
TICKETS
public static final ProductCategoryType TICKETS
TRAVELS
public static final ProductCategoryType TRAVELS
GAMBLING
public static final ProductCategoryType GAMBLING
ALCOHOL
public static final ProductCategoryType ALCOHOL
TOBACCO
public static final ProductCategoryType TOBACCO
MONEYTRANSFER
public static final ProductCategoryType MONEYTRANSFER
SOFTWARE
public static final ProductCategoryType SOFTWARE
values
public static ProductCategoryType[] 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 (ProductCategoryType c : ProductCategoryType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ProductCategoryType 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 ProductCategoryType fromValue(String v)
Copyright © 2013. All Rights Reserved.