public enum TaskStatus extends Enum<TaskStatus> implements IServiceDataObject, Serializable
Enum Constant and Description |
---|
CANCELLED
Cancelled status.
|
COMPLETED
Completed status.
|
INPROCESS
In Process status.
|
ISSUE
Issue status.
|
ONHOLD
On Hold status.
|
PENDING
Pending status.
|
Modifier and Type | Method and Description |
---|---|
static TaskStatus |
fromString(String s)
Returns the enum constant with the specified name.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
com.opentext.api.LLValue |
toLLValue()
Serialize an SDO object to an LLValue that can be sent to Livelink.
|
static TaskStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskStatus CANCELLED
public static final TaskStatus COMPLETED
public static final TaskStatus INPROCESS
public static final TaskStatus ISSUE
public static final TaskStatus ONHOLD
public static final TaskStatus PENDING
public static TaskStatus[] values()
for (TaskStatus c : TaskStatus.values()) System.out.println(c);
public static TaskStatus 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 nullpublic void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
public static TaskStatus fromString(String s)
© Copyright 2017 OpenText Corp. All Rights Reserved.