protected static enum WebAppManifest.Platform extends Enum<WebAppManifest.Platform>
WebAppManifest.RelatedApplication.getPlatform()
.Enum Constant and Description |
---|
CHROME_WEB_STORE |
ITUNES |
PLAY |
WINDOWS |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static WebAppManifest.Platform |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebAppManifest.Platform[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebAppManifest.Platform CHROME_WEB_STORE
public static final WebAppManifest.Platform PLAY
public static final WebAppManifest.Platform ITUNES
public static final WebAppManifest.Platform WINDOWS
public static WebAppManifest.Platform[] values()
for (WebAppManifest.Platform c : WebAppManifest.Platform.values()) System.out.println(c);
public static WebAppManifest.Platform 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.Platform>
Copyright © 2012–2020 OmniFaces. All rights reserved.