|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ComposedMailPart.ComposedPartType>
com.openexchange.mail.dataobjects.compose.ComposedMailPart.ComposedPartType
public static enum ComposedMailPart.ComposedPartType
ComposedMailPart.ComposedPartType - The different SMTP parts
| Enum Constant Summary | |
|---|---|
BODY
The mail body text |
|
DATA
A data part |
|
DOCUMENT
An infostore document |
|
FILE
An uploaded file |
|
REFERENCE
A referenced mail part |
|
| Method Summary | |
|---|---|
static ComposedMailPart.ComposedPartType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ComposedMailPart.ComposedPartType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, 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 ComposedMailPart.ComposedPartType BODY
public static final ComposedMailPart.ComposedPartType FILE
public static final ComposedMailPart.ComposedPartType DOCUMENT
public static final ComposedMailPart.ComposedPartType REFERENCE
public static final ComposedMailPart.ComposedPartType DATA
| Method Detail |
|---|
public static final ComposedMailPart.ComposedPartType[] values()
for(ComposedMailPart.ComposedPartType c : ComposedMailPart.ComposedPartType.values())
System.out.println(c);
public static ComposedMailPart.ComposedPartType 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||