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