urn.ebay.apis.eBLBaseComponents
Enum BusinessCategoryType

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

public enum BusinessCategoryType
extends Enum<BusinessCategoryType>

BusinessCategoryType


Enum Constant Summary
ANTIQUES
           
ARTS
           
AUTOMOTIVE
           
BEAUTY
           
BOOKS
           
BUSINESS
           
CAMERASANDPHOTOGRAPHY
           
CATEGORYUNSPECIFIED
           
CLOTHING
           
COLLECTIBLES
           
COMPUTERHARDWAREANDSOFTWARE
           
CULTUREANDRELIGION
           
ELECTRONICSANDTELECOM
           
ENTERTAINMENT
           
ENTERTAINMENTMEMORABILIA
           
FOODDRINKANDNUTRITION
           
GIFTSANDFLOWERS
           
HOBBIESTOYSANDGAMES
           
HOMEANDGARDEN
           
INTERNETANDNETWORKSERVICES
           
MEDIAANDENTERTAINMENT
           
MEDICALANDPHARMACEUTICAL
           
MONEYSERVICEBUSINESSES
           
NONPROFITPOLITICALANDRELIGION
           
NOTELSEWHERECLASSIFIED
           
OTHERCATEGORIES
           
PETSANDANIMALS
           
REALESTATE
           
SERVICES
           
SPORTSANDRECREATION
           
TRAVEL
           
 
Method Summary
static BusinessCategoryType fromValue(String v)
           
 String getValue()
           
static BusinessCategoryType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BusinessCategoryType[] 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

CATEGORYUNSPECIFIED

public static final BusinessCategoryType CATEGORYUNSPECIFIED

ANTIQUES

public static final BusinessCategoryType ANTIQUES

ARTS

public static final BusinessCategoryType ARTS

AUTOMOTIVE

public static final BusinessCategoryType AUTOMOTIVE

BEAUTY

public static final BusinessCategoryType BEAUTY

BOOKS

public static final BusinessCategoryType BOOKS

BUSINESS

public static final BusinessCategoryType BUSINESS

CAMERASANDPHOTOGRAPHY

public static final BusinessCategoryType CAMERASANDPHOTOGRAPHY

CLOTHING

public static final BusinessCategoryType CLOTHING

COLLECTIBLES

public static final BusinessCategoryType COLLECTIBLES

COMPUTERHARDWAREANDSOFTWARE

public static final BusinessCategoryType COMPUTERHARDWAREANDSOFTWARE

CULTUREANDRELIGION

public static final BusinessCategoryType CULTUREANDRELIGION

ELECTRONICSANDTELECOM

public static final BusinessCategoryType ELECTRONICSANDTELECOM

ENTERTAINMENT

public static final BusinessCategoryType ENTERTAINMENT

ENTERTAINMENTMEMORABILIA

public static final BusinessCategoryType ENTERTAINMENTMEMORABILIA

FOODDRINKANDNUTRITION

public static final BusinessCategoryType FOODDRINKANDNUTRITION

GIFTSANDFLOWERS

public static final BusinessCategoryType GIFTSANDFLOWERS

HOBBIESTOYSANDGAMES

public static final BusinessCategoryType HOBBIESTOYSANDGAMES

HOMEANDGARDEN

public static final BusinessCategoryType HOMEANDGARDEN

INTERNETANDNETWORKSERVICES

public static final BusinessCategoryType INTERNETANDNETWORKSERVICES

MEDIAANDENTERTAINMENT

public static final BusinessCategoryType MEDIAANDENTERTAINMENT

MEDICALANDPHARMACEUTICAL

public static final BusinessCategoryType MEDICALANDPHARMACEUTICAL

MONEYSERVICEBUSINESSES

public static final BusinessCategoryType MONEYSERVICEBUSINESSES

NONPROFITPOLITICALANDRELIGION

public static final BusinessCategoryType NONPROFITPOLITICALANDRELIGION

NOTELSEWHERECLASSIFIED

public static final BusinessCategoryType NOTELSEWHERECLASSIFIED

PETSANDANIMALS

public static final BusinessCategoryType PETSANDANIMALS

REALESTATE

public static final BusinessCategoryType REALESTATE

SERVICES

public static final BusinessCategoryType SERVICES

SPORTSANDRECREATION

public static final BusinessCategoryType SPORTSANDRECREATION

TRAVEL

public static final BusinessCategoryType TRAVEL

OTHERCATEGORIES

public static final BusinessCategoryType OTHERCATEGORIES
Method Detail

values

public static BusinessCategoryType[] 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 (BusinessCategoryType c : BusinessCategoryType.values())
    System.out.println(c);

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

valueOf

public static BusinessCategoryType 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 BusinessCategoryType fromValue(String v)


Copyright © 2012. All Rights Reserved.