@Deprecated public static enum ExtraHints.Keyword extends java.lang.Enum<ExtraHints.Keyword>
Enum Constant and Description |
---|
ACCESSORIES
Deprecated.
|
ART_HISTORY
Deprecated.
|
AUTOMOTIVE
Deprecated.
|
BEAUTY
Deprecated.
|
BIOLOGY
Deprecated.
|
BOARD_GAMES
Deprecated.
|
BUSINESS_SOFTWARE
Deprecated.
|
BUYING_SELLING_HOMES
Deprecated.
|
CATS
Deprecated.
|
CELEBRITIES
Deprecated.
|
CLOTHING
Deprecated.
|
COMIC_BOOKS
Deprecated.
|
DESKTOP_VIDEO
Deprecated.
|
DOGS
Deprecated.
|
EDUCATION
Deprecated.
|
EMAIL
Deprecated.
|
ENTERTAINMENT
Deprecated.
|
FAMILY_PARENTING
Deprecated.
|
FASHION
Deprecated.
|
FINE_ART
Deprecated.
|
FOOD_DRINK
Deprecated.
|
FRENCH_CUISINE
Deprecated.
|
GOVERNMENT
Deprecated.
|
HEALTH_FITNESS
Deprecated.
|
HOBBIES
Deprecated.
|
HOME_GARDEN
Deprecated.
|
HUMOR
Deprecated.
|
INTERNET_TECHNOLOGY
Deprecated.
|
LARGE_ANIMALS
Deprecated.
|
LAW
Deprecated.
|
LEGAL_ISSUES
Deprecated.
|
LITERATURE
Deprecated.
|
MARKETING
Deprecated.
|
MOVIES
Deprecated.
|
MUSIC
Deprecated.
|
NEWS
Deprecated.
|
PERSONAL_FINANCE
Deprecated.
|
PETS
Deprecated.
|
PHOTOGRAPHY
Deprecated.
|
POLITICS
Deprecated.
|
REAL_ESTATE
Deprecated.
|
ROLEPLAYING_GAMES
Deprecated.
|
SCIENCE
Deprecated.
|
SHOPPING
Deprecated.
|
SOCIETY
Deprecated.
|
SPORTS
Deprecated.
|
TECHNOLOGY
Deprecated.
|
TELEVISION
Deprecated.
|
TRAVEL
Deprecated.
|
VIDEO_COMPUTER_GAMES
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ExtraHints.Keyword |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ExtraHints.Keyword[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtraHints.Keyword ACCESSORIES
public static final ExtraHints.Keyword ART_HISTORY
public static final ExtraHints.Keyword AUTOMOTIVE
public static final ExtraHints.Keyword BEAUTY
public static final ExtraHints.Keyword BIOLOGY
public static final ExtraHints.Keyword BOARD_GAMES
public static final ExtraHints.Keyword BUSINESS_SOFTWARE
public static final ExtraHints.Keyword BUYING_SELLING_HOMES
public static final ExtraHints.Keyword CATS
public static final ExtraHints.Keyword CELEBRITIES
public static final ExtraHints.Keyword CLOTHING
public static final ExtraHints.Keyword COMIC_BOOKS
public static final ExtraHints.Keyword DESKTOP_VIDEO
public static final ExtraHints.Keyword DOGS
public static final ExtraHints.Keyword EDUCATION
public static final ExtraHints.Keyword EMAIL
public static final ExtraHints.Keyword ENTERTAINMENT
public static final ExtraHints.Keyword FAMILY_PARENTING
public static final ExtraHints.Keyword FASHION
public static final ExtraHints.Keyword FINE_ART
public static final ExtraHints.Keyword FOOD_DRINK
public static final ExtraHints.Keyword FRENCH_CUISINE
public static final ExtraHints.Keyword GOVERNMENT
public static final ExtraHints.Keyword HEALTH_FITNESS
public static final ExtraHints.Keyword HOBBIES
public static final ExtraHints.Keyword HOME_GARDEN
public static final ExtraHints.Keyword HUMOR
public static final ExtraHints.Keyword INTERNET_TECHNOLOGY
public static final ExtraHints.Keyword LARGE_ANIMALS
public static final ExtraHints.Keyword LAW
public static final ExtraHints.Keyword LEGAL_ISSUES
public static final ExtraHints.Keyword LITERATURE
public static final ExtraHints.Keyword MARKETING
public static final ExtraHints.Keyword MOVIES
public static final ExtraHints.Keyword MUSIC
public static final ExtraHints.Keyword NEWS
public static final ExtraHints.Keyword PERSONAL_FINANCE
public static final ExtraHints.Keyword PETS
public static final ExtraHints.Keyword PHOTOGRAPHY
public static final ExtraHints.Keyword POLITICS
public static final ExtraHints.Keyword REAL_ESTATE
public static final ExtraHints.Keyword ROLEPLAYING_GAMES
public static final ExtraHints.Keyword SCIENCE
public static final ExtraHints.Keyword SHOPPING
public static final ExtraHints.Keyword SOCIETY
public static final ExtraHints.Keyword SPORTS
public static final ExtraHints.Keyword TECHNOLOGY
public static final ExtraHints.Keyword TELEVISION
public static final ExtraHints.Keyword TRAVEL
public static final ExtraHints.Keyword VIDEO_COMPUTER_GAMES
public static ExtraHints.Keyword[] values()
for (ExtraHints.Keyword c : ExtraHints.Keyword.values()) System.out.println(c);
public static ExtraHints.Keyword valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null