urn.ebay.apis.eBLBaseComponents
Enum MarketingCategoryType

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

public enum MarketingCategoryType
extends Enum<MarketingCategoryType>

MarketingCategoryType


Enum Constant Summary
MARKETINGCATEGORY1
           
MARKETINGCATEGORY10
           
MARKETINGCATEGORY11
           
MARKETINGCATEGORY12
           
MARKETINGCATEGORY13
           
MARKETINGCATEGORY14
           
MARKETINGCATEGORY15
           
MARKETINGCATEGORY16
           
MARKETINGCATEGORY17
           
MARKETINGCATEGORY18
           
MARKETINGCATEGORY19
           
MARKETINGCATEGORY2
           
MARKETINGCATEGORY20
           
MARKETINGCATEGORY3
           
MARKETINGCATEGORY4
           
MARKETINGCATEGORY5
           
MARKETINGCATEGORY6
           
MARKETINGCATEGORY7
           
MARKETINGCATEGORY8
           
MARKETINGCATEGORY9
           
MARKETINGCATEGORYDEFAULT
           
 
Method Summary
static MarketingCategoryType fromValue(String v)
           
 String getValue()
           
static MarketingCategoryType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MarketingCategoryType[] 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

MARKETINGCATEGORYDEFAULT

public static final MarketingCategoryType MARKETINGCATEGORYDEFAULT

MARKETINGCATEGORY1

public static final MarketingCategoryType MARKETINGCATEGORY1

MARKETINGCATEGORY2

public static final MarketingCategoryType MARKETINGCATEGORY2

MARKETINGCATEGORY3

public static final MarketingCategoryType MARKETINGCATEGORY3

MARKETINGCATEGORY4

public static final MarketingCategoryType MARKETINGCATEGORY4

MARKETINGCATEGORY5

public static final MarketingCategoryType MARKETINGCATEGORY5

MARKETINGCATEGORY6

public static final MarketingCategoryType MARKETINGCATEGORY6

MARKETINGCATEGORY7

public static final MarketingCategoryType MARKETINGCATEGORY7

MARKETINGCATEGORY8

public static final MarketingCategoryType MARKETINGCATEGORY8

MARKETINGCATEGORY9

public static final MarketingCategoryType MARKETINGCATEGORY9

MARKETINGCATEGORY10

public static final MarketingCategoryType MARKETINGCATEGORY10

MARKETINGCATEGORY11

public static final MarketingCategoryType MARKETINGCATEGORY11

MARKETINGCATEGORY12

public static final MarketingCategoryType MARKETINGCATEGORY12

MARKETINGCATEGORY13

public static final MarketingCategoryType MARKETINGCATEGORY13

MARKETINGCATEGORY14

public static final MarketingCategoryType MARKETINGCATEGORY14

MARKETINGCATEGORY15

public static final MarketingCategoryType MARKETINGCATEGORY15

MARKETINGCATEGORY16

public static final MarketingCategoryType MARKETINGCATEGORY16

MARKETINGCATEGORY17

public static final MarketingCategoryType MARKETINGCATEGORY17

MARKETINGCATEGORY18

public static final MarketingCategoryType MARKETINGCATEGORY18

MARKETINGCATEGORY19

public static final MarketingCategoryType MARKETINGCATEGORY19

MARKETINGCATEGORY20

public static final MarketingCategoryType MARKETINGCATEGORY20
Method Detail

values

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

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

valueOf

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


Copyright © 2012. All Rights Reserved.