JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
E_COMMERCE
@SerializedName("E_COMMERCE")
public static final IndustryType E_COMMERCE
LOVE_MARRIAGE
@SerializedName("LOVE_MARRIAGE")
public static final IndustryType LOVE_MARRIAGE
POTOGRAPHY
@SerializedName("POTOGRAPHY")
public static final IndustryType POTOGRAPHY
EDUCATION
@SerializedName("EDUCATION")
public static final IndustryType EDUCATION
FINANCE
@SerializedName("FINANCE")
public static final IndustryType FINANCE
TOURISM
@SerializedName("TOURISM")
public static final IndustryType TOURISM
SKINCARE
@SerializedName("SKINCARE")
public static final IndustryType SKINCARE
FOOD
@SerializedName("FOOD")
public static final IndustryType FOOD
SPORT
@SerializedName("SPORT")
public static final IndustryType SPORT
JEWELRY_WATCH
@SerializedName("JEWELRY_WATCH")
public static final IndustryType JEWELRY_WATCH
HEALTHCARE
@SerializedName("HEALTHCARE")
public static final IndustryType HEALTHCARE
BUSSINESS
@SerializedName("BUSSINESS")
public static final IndustryType BUSSINESS
PARENTING
@SerializedName("PARENTING")
public static final IndustryType PARENTING
CATERING
@SerializedName("CATERING")
public static final IndustryType CATERING
RETAIL
@SerializedName("RETAIL")
public static final IndustryType RETAIL
SERVICES
@SerializedName("SERVICES")
public static final IndustryType SERVICES
ESTATE
@SerializedName("ESTATE")
public static final IndustryType ESTATE
TRANSPORTATION
@SerializedName("TRANSPORTATION")
public static final IndustryType TRANSPORTATION
ENERGY_SAVING
@SerializedName("ENERGY_SAVING")
public static final IndustryType ENERGY_SAVING
SECURITY
@SerializedName("SECURITY")
public static final IndustryType SECURITY
BUILDING_MATERIAL
@SerializedName("BUILDING_MATERIAL")
public static final IndustryType BUILDING_MATERIAL
COMMUNICATION
@SerializedName("COMMUNICATION")
public static final IndustryType COMMUNICATION
MERCHANDISE
@SerializedName("MERCHANDISE")
public static final IndustryType MERCHANDISE
ASSOCIATION
@SerializedName("ASSOCIATION")
public static final IndustryType ASSOCIATION
ONLINE_AVR
@SerializedName("ONLINE_AVR")
public static final IndustryType ONLINE_AVR
SOFTWARE
@SerializedName("SOFTWARE")
public static final IndustryType SOFTWARE
GAME
@SerializedName("GAME")
public static final IndustryType GAME
CLOTHING
@SerializedName("CLOTHING")
public static final IndustryType CLOTHING
INDUSTY
@SerializedName("INDUSTY")
public static final IndustryType INDUSTY
AGRICULTURE
@SerializedName("AGRICULTURE")
public static final IndustryType AGRICULTURE
HOME_DIGITAL
@SerializedName("HOME_DIGITAL")
public static final IndustryType HOME_DIGITAL
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (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 class has no constant with the specified name
NullPointerException - if the argument is null