|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<UserCloseReason>
org.starhope.appius.util.UserCloseReason
public enum UserCloseReason
A reason for which an account might be closed
| Enum Constant Summary | |
|---|---|
BAD_LANGUAGE
Account was closed for foul or abusive language |
|
BAD_MAIL
Account was closed because the eMail address supplied was invalid |
|
CHEATING
Account was closed for cheating |
|
NOT_CLOSED
Account has not, in fact, been closed at all; it's open. |
|
USER_REQUEST
Closed by request of user (self, or in Tootsville, parent) |
|
| Method Summary | |
|---|---|
static UserCloseReason |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UserCloseReason[] |
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 UserCloseReason BAD_LANGUAGE
public static final UserCloseReason BAD_MAIL
public static final UserCloseReason CHEATING
public static final UserCloseReason NOT_CLOSED
public static final UserCloseReason USER_REQUEST
| Method Detail |
|---|
public static UserCloseReason[] values()
for (UserCloseReason c : UserCloseReason.values()) System.out.println(c);
public static UserCloseReason 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 | |||||||||