|
Holger's Java API |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<MessageEntryMapper.Topic>
com.antelmann.net.mail.MessageEntryMapper.Topic
public static enum MessageEntryMapper.Topic
out of these topics, only CONTENT is really required; all others are optional
(for effective search capabilities)
| Enum Constant Summary | |
|---|---|
ATTACHMENT_COUNT
|
|
BCC
|
|
CC
|
|
CONTENT
required |
|
CONTENT_TYPE
|
|
FOLDER
|
|
FROM
|
|
HASH
|
|
RECIPIENTS
|
|
SENT
|
|
SIZE
|
|
SUBJECT
|
|
TO
|
|
| Method Summary | |
|---|---|
static MessageEntryMapper.Topic |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MessageEntryMapper.Topic[] |
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 MessageEntryMapper.Topic CONTENT
public static final MessageEntryMapper.Topic SENT
public static final MessageEntryMapper.Topic SUBJECT
public static final MessageEntryMapper.Topic FROM
public static final MessageEntryMapper.Topic SIZE
public static final MessageEntryMapper.Topic ATTACHMENT_COUNT
public static final MessageEntryMapper.Topic TO
public static final MessageEntryMapper.Topic CC
public static final MessageEntryMapper.Topic BCC
public static final MessageEntryMapper.Topic RECIPIENTS
public static final MessageEntryMapper.Topic CONTENT_TYPE
public static final MessageEntryMapper.Topic FOLDER
public static final MessageEntryMapper.Topic HASH
| Method Detail |
|---|
public static MessageEntryMapper.Topic[] values()
for (MessageEntryMapper.Topic c : MessageEntryMapper.Topic.values()) System.out.println(c);
public static MessageEntryMapper.Topic 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 | |||||||||