public enum UserHomePageMode extends Enum<UserHomePageMode>
Enum Constant and Description |
---|
SECURITY_SETTINGS
The security settings.
|
Modifier and Type | Method and Description |
---|---|
static UserHomePageMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserHomePageMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserHomePageMode SECURITY_SETTINGS
public static UserHomePageMode[] values()
for (UserHomePageMode c : UserHomePageMode.values()) System.out.println(c);
public static UserHomePageMode 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 nullCopyright © 2008–2017 www.hack23.com. All rights reserved.