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