public enum TaskField extends Enum<TaskField>
| Enum Constant and Description |
|---|
ACTIVATIONTIME |
ACTUALOWNER |
CREATEDBY |
CREATEDON |
DEPLOYMENTID |
DESCRIPTION |
DUEDATE |
ID |
NAME |
PARENTID |
PRIORITY |
PROCESSID |
PROCESSINSTANCEID |
PROCESSSESSIONID |
STATUS |
TASKID |
WORKITEMID |
| Modifier and Type | Method and Description |
|---|---|
static TaskField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskField ID
public static final TaskField ACTIVATIONTIME
public static final TaskField ACTUALOWNER
public static final TaskField CREATEDBY
public static final TaskField CREATEDON
public static final TaskField DEPLOYMENTID
public static final TaskField DESCRIPTION
public static final TaskField DUEDATE
public static final TaskField NAME
public static final TaskField PARENTID
public static final TaskField PRIORITY
public static final TaskField PROCESSID
public static final TaskField PROCESSINSTANCEID
public static final TaskField PROCESSSESSIONID
public static final TaskField STATUS
public static final TaskField TASKID
public static final TaskField WORKITEMID
public static TaskField[] values()
for (TaskField c : TaskField.values()) System.out.println(c);
public static TaskField valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.