protected static enum ActivityHelper.Action extends Enum<ActivityHelper.Action>
| Modifier and Type | Method and Description |
|---|---|
static ActivityHelper.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivityHelper.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActivityHelper.Action LOGIN
public static final ActivityHelper.Action LOGOUT
public static final ActivityHelper.Action ACCESS
public static ActivityHelper.Action[] values()
for (ActivityHelper.Action c : ActivityHelper.Action.values()) System.out.println(c);
public static ActivityHelper.Action 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 © 2009–2017 CodeLibs. All rights reserved.