|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PlayerAccount.AccountFlag>
com.planet_ink.coffee_mud.Common.interfaces.PlayerAccount.AccountFlag
public static enum PlayerAccount.AccountFlag
Various account-level flags
Enum Constant Summary | |
---|---|
ACCOUNTMENUSOFF
Constant for account flags that overrides account expiration |
|
ANSI
Constant for account flags that overrides account expiration |
|
CANEXPORT
Constant for account flags that overrides account expiration |
|
MAXCONNSOVERRIDE
Constant for account flags that overrides account expiration |
|
NOAUTOFORWARD
Constant for account flags that turns off email forwarding all chars |
|
NOEXPIRE
Constant for account flags that overrides account expiration |
|
NUMCHARSOVERRIDE
Constant for account flags that overrides number of characters limitation |
Method Summary | |
---|---|
static java.lang.String |
getListString()
Returns a comma-delimited list of strings representing the accountflag values |
static PlayerAccount.AccountFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PlayerAccount.AccountFlag[] |
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 PlayerAccount.AccountFlag NUMCHARSOVERRIDE
public static final PlayerAccount.AccountFlag NOEXPIRE
public static final PlayerAccount.AccountFlag CANEXPORT
public static final PlayerAccount.AccountFlag MAXCONNSOVERRIDE
public static final PlayerAccount.AccountFlag ANSI
public static final PlayerAccount.AccountFlag ACCOUNTMENUSOFF
public static final PlayerAccount.AccountFlag NOAUTOFORWARD
Method Detail |
---|
public static PlayerAccount.AccountFlag[] values()
for (PlayerAccount.AccountFlag c : PlayerAccount.AccountFlag.values()) System.out.println(c);
public static PlayerAccount.AccountFlag valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic static java.lang.String getListString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |