| Package | Description |
|---|---|
| org.jboss.seam.mail.core | |
| org.jboss.seam.mail.core.enumerations |
| Modifier and Type | Method and Description |
|---|---|
EmailMessageType |
EmailMessage.getType()
Get the current EmailMessageType of the EmailMessage
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmailMessage.setType(EmailMessageType type)
Sets the EmailMessageType of the EmailMessage
|
| Modifier and Type | Method and Description |
|---|---|
static EmailMessageType |
EmailMessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmailMessageType[] |
EmailMessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012 Seam Framework. All Rights Reserved.