protected static enum WebAppManifest.Category extends Enum<WebAppManifest.Category>
WebAppManifest.getCategories()
.Enum Constant and Description |
---|
BOOKS |
BUSINESS |
EDUCATION |
ENTERTAINMENT |
FINANCE |
FITNESS |
FOOD |
GAMES |
GOVERNMENT |
HEALTH |
KIDS |
LIFESTYLE |
MAGAZINES |
MEDICAL |
MUSIC |
NAVIGATION |
NEWS |
PERSONALIZATION |
PHOTO |
POLITICS |
PRODUCTIVITY |
SECURITY |
SHOPPING |
SOCIAL |
SPORTS |
TRAVEL |
UTILITIES |
WEATHER |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static WebAppManifest.Category |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebAppManifest.Category[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebAppManifest.Category BOOKS
public static final WebAppManifest.Category BUSINESS
public static final WebAppManifest.Category EDUCATION
public static final WebAppManifest.Category ENTERTAINMENT
public static final WebAppManifest.Category FINANCE
public static final WebAppManifest.Category FITNESS
public static final WebAppManifest.Category FOOD
public static final WebAppManifest.Category GAMES
public static final WebAppManifest.Category GOVERNMENT
public static final WebAppManifest.Category HEALTH
public static final WebAppManifest.Category KIDS
public static final WebAppManifest.Category LIFESTYLE
public static final WebAppManifest.Category MAGAZINES
public static final WebAppManifest.Category MEDICAL
public static final WebAppManifest.Category MUSIC
public static final WebAppManifest.Category NAVIGATION
public static final WebAppManifest.Category NEWS
public static final WebAppManifest.Category PERSONALIZATION
public static final WebAppManifest.Category PHOTO
public static final WebAppManifest.Category POLITICS
public static final WebAppManifest.Category PRODUCTIVITY
public static final WebAppManifest.Category SECURITY
public static final WebAppManifest.Category SHOPPING
public static final WebAppManifest.Category SOCIAL
public static final WebAppManifest.Category SPORTS
public static final WebAppManifest.Category TRAVEL
public static final WebAppManifest.Category UTILITIES
public static final WebAppManifest.Category WEATHER
public static WebAppManifest.Category[] values()
for (WebAppManifest.Category c : WebAppManifest.Category.values()) System.out.println(c);
public static WebAppManifest.Category 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 toString()
toString
in class Enum<WebAppManifest.Category>
Copyright © 2012–2020 OmniFaces. All rights reserved.