java.io.Serializable
, java.lang.Comparable<JournalsLibrary.ForumJournalFlags>
public static enum JournalsLibrary.ForumJournalFlags extends java.lang.Enum<JournalsLibrary.ForumJournalFlags>
Enum Constant | Description |
---|---|
ADMIN |
The ZapperMask for administrators
|
ATTACH |
The ZapperMask for those who can attach
|
CATEGORY |
The category that the journal belongs to
|
EXPIRE |
The expiration time of messages
|
MAXATTACH |
The maximum attachments per message
|
POST |
The ZapperMask for posters
|
READ |
The ZapperMask for readers
|
REPLY |
The ZapperMask for repliers
|
SORTBY |
The field to sort messages by
|
Modifier and Type | Method | Description |
---|---|---|
static JournalsLibrary.ForumJournalFlags |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static JournalsLibrary.ForumJournalFlags[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JournalsLibrary.ForumJournalFlags EXPIRE
public static final JournalsLibrary.ForumJournalFlags READ
public static final JournalsLibrary.ForumJournalFlags POST
public static final JournalsLibrary.ForumJournalFlags REPLY
public static final JournalsLibrary.ForumJournalFlags ADMIN
public static final JournalsLibrary.ForumJournalFlags SORTBY
public static final JournalsLibrary.ForumJournalFlags CATEGORY
public static final JournalsLibrary.ForumJournalFlags ATTACH
public static final JournalsLibrary.ForumJournalFlags MAXATTACH
public static JournalsLibrary.ForumJournalFlags[] values()
for (JournalsLibrary.ForumJournalFlags c : JournalsLibrary.ForumJournalFlags.values()) System.out.println(c);
public static JournalsLibrary.ForumJournalFlags 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