|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<MBGoal>
org.starhope.appius.mb.MBGoal
public enum MBGoal
WRITEME: Document this type.
| Enum Constant Summary | |
|---|---|
CHANGE_PASSWORD
User wants to change their password (as a player) |
|
CHOOSE_ACCOUNT_TO_PAY
|
|
LOG_IN_AS_PARENT
User wants to log in (as a parent) |
|
LOG_IN_SELF
User wants to log in themself (as a player) |
|
PAY_ACCOUNT
User wants to pay for a membership enrolment |
|
REGISTER_SELF_PARENT
User wants to register themself as a parent |
|
REGISTER_USER
User wants to register a new account for themself or their child |
|
SET_RESPONSIBLE_MAIL
|
|
| Method Summary | |
|---|---|
static MBGoal |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MBGoal[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final MBGoal REGISTER_USER
public static final MBGoal REGISTER_SELF_PARENT
public static final MBGoal PAY_ACCOUNT
public static final MBGoal CHANGE_PASSWORD
public static final MBGoal LOG_IN_SELF
public static final MBGoal LOG_IN_AS_PARENT
public static final MBGoal CHOOSE_ACCOUNT_TO_PAY
public static final MBGoal SET_RESPONSIBLE_MAIL
| Method Detail |
|---|
public static MBGoal[] values()
for (MBGoal c : MBGoal.values()) System.out.println(c);
public static MBGoal valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||