urn.ebay.apis.eBLBaseComponents
Enum ProductCategoryType

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

public enum ProductCategoryType
extends Enum<ProductCategoryType>


Enum Constant Summary
AIRLINES
           
ALCOHOL
           
ANTIQUES
           
ART
           
CAMERASPHOTOS
           
CARSBOATSVEHICLESPARTS
           
CELLPHONESTELECOM
           
COINSPAPERMONEY
           
COLLECTIBLES
           
COMPUTERSNETWORKING
           
CONSUMERELECTRONICS
           
GAMBLING
           
JEWELRYWATCHES
           
MONEYTRANSFER
           
MUSICALINSTRUMENTS
           
OTHER
           
REALESTATE
           
SOFTWARE
           
SPORTSMEMORABILIACARDSFANSHOP
           
STAMPS
           
TICKETS
           
TOBACCO
           
TRAVELS
           
 
Method Summary
static ProductCategoryType fromValue(String v)
           
 String getValue()
           
static ProductCategoryType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProductCategoryType[] 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

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
Method Detail

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.