urn.ebay.apis.eBLBaseComponents
Enum MarketingCategoryType
java.lang.Object
java.lang.Enum<MarketingCategoryType>
urn.ebay.apis.eBLBaseComponents.MarketingCategoryType
- All Implemented Interfaces:
- Serializable, Comparable<MarketingCategoryType>
public enum MarketingCategoryType
- extends Enum<MarketingCategoryType>
MarketingCategoryType
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
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.