public enum MarketingCategoryType extends Enum<MarketingCategoryType>
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final MarketingCategoryType MARKETINGCATEGORYDEFAULT
public static final MarketingCategoryType MARKETINGCATEGORY1
public static final MarketingCategoryType MARKETINGCATEGORY2
public static final MarketingCategoryType MARKETINGCATEGORY3
public static final MarketingCategoryType MARKETINGCATEGORY4
public static final MarketingCategoryType MARKETINGCATEGORY5
public static final MarketingCategoryType MARKETINGCATEGORY6
public static final MarketingCategoryType MARKETINGCATEGORY7
public static final MarketingCategoryType MARKETINGCATEGORY8
public static final MarketingCategoryType MARKETINGCATEGORY9
public static final MarketingCategoryType MARKETINGCATEGORY10
public static final MarketingCategoryType MARKETINGCATEGORY11
public static final MarketingCategoryType MARKETINGCATEGORY12
public static final MarketingCategoryType MARKETINGCATEGORY13
public static final MarketingCategoryType MARKETINGCATEGORY14
public static final MarketingCategoryType MARKETINGCATEGORY15
public static final MarketingCategoryType MARKETINGCATEGORY16
public static final MarketingCategoryType MARKETINGCATEGORY17
public static final MarketingCategoryType MARKETINGCATEGORY18
public static final MarketingCategoryType MARKETINGCATEGORY19
public static final MarketingCategoryType MARKETINGCATEGORY20
public static MarketingCategoryType[] values()
for (MarketingCategoryType c : MarketingCategoryType.values()) System.out.println(c);
public static MarketingCategoryType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public static MarketingCategoryType fromValue(String v)
Copyright © 2015. All Rights Reserved.