java.io.Serializable
, java.lang.Comparable<JournalsLibrary.CommandJournalFlags>
public static enum JournalsLibrary.CommandJournalFlags extends java.lang.Enum<JournalsLibrary.CommandJournalFlags>
JournalsLibrary.CommandJournal
Enum Constant | Description |
---|---|
ADDROOM |
Include the journalers current room in the message
|
ADMINECHO |
Echo messages to this journal to the privileged folk.
|
ASSIGN |
Arbitrary transfer targets for admins
|
CHANNEL |
Echo messages to this journal to the given Channel
|
CONFIRM |
Require user confirmation before completing a post.
|
EXPIRE |
How old before a message is auto-purged
|
MOTD |
Read the journal at logon
|
REPLYALL |
Journal, ALL, or user to send message to when replying
to messages sent to ALL
|
REPLYSELF |
Journal, ALL, or user to send message to when replying
to message to/from the user.
|
SCRIPT |
Path to mobprog script to run when trying to post to this
|
Modifier and Type | Method | Description |
---|---|---|
static JournalsLibrary.CommandJournalFlags |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static JournalsLibrary.CommandJournalFlags[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JournalsLibrary.CommandJournalFlags CHANNEL
public static final JournalsLibrary.CommandJournalFlags ADDROOM
public static final JournalsLibrary.CommandJournalFlags EXPIRE
public static final JournalsLibrary.CommandJournalFlags ADMINECHO
public static final JournalsLibrary.CommandJournalFlags CONFIRM
public static final JournalsLibrary.CommandJournalFlags SCRIPT
public static final JournalsLibrary.CommandJournalFlags REPLYSELF
public static final JournalsLibrary.CommandJournalFlags REPLYALL
public static final JournalsLibrary.CommandJournalFlags MOTD
public static final JournalsLibrary.CommandJournalFlags ASSIGN
public static JournalsLibrary.CommandJournalFlags[] values()
for (JournalsLibrary.CommandJournalFlags c : JournalsLibrary.CommandJournalFlags.values()) System.out.println(c);
public static JournalsLibrary.CommandJournalFlags 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 namejava.lang.NullPointerException
- if the argument is null