public static enum MailNotificationData.MailField extends java.lang.Enum<MailNotificationData.MailField>
| Enum Constant and Description |
|---|
DELEGATION
Delegation comment / delegator.
|
DESCRIPTION
The description of the item.
|
DUE_DATE
The (formatted) due date of the item.
|
ENQUIRY_QUESTION
Answered enquiry question.
|
ENQUIRY_REPLY
Answered enquiry reply.
|
OPEN_ENQUIRY
Unanswered enquiry.
|
PRIORITY
The (formatted) priority of the item.
|
PROCESS_INSTANCE
The name of the process instance.
|
PROCESS_TEMPLATE
The name of the process template.
|
PUBLIC_DATA_ELEMENTS
Public data elements
|
TITLE
The title of the item.
|
WORKLIST_OWNER
The agents owning the worklists of the current worklist item.
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
variable
The string of the enum as variable, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
static MailNotificationData.MailField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MailNotificationData.MailField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MailNotificationData.MailField TITLE
public static final MailNotificationData.MailField DESCRIPTION
public static final MailNotificationData.MailField DUE_DATE
public static final MailNotificationData.MailField PRIORITY
public static final MailNotificationData.MailField PROCESS_TEMPLATE
public static final MailNotificationData.MailField PROCESS_INSTANCE
public static final MailNotificationData.MailField DELEGATION
public static final MailNotificationData.MailField OPEN_ENQUIRY
public static final MailNotificationData.MailField ENQUIRY_REPLY
public static final MailNotificationData.MailField ENQUIRY_QUESTION
public static final MailNotificationData.MailField PUBLIC_DATA_ELEMENTS
public static final MailNotificationData.MailField WORKLIST_OWNER
public final java.lang.String variable
public static MailNotificationData.MailField[] values()
for (MailNotificationData.MailField c : MailNotificationData.MailField.values()) System.out.println(c);
public static MailNotificationData.MailField 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