public enum ActivitySubtype extends Enum<ActivitySubtype> implements IServiceDataObject, Serializable
Enum Constant and Description |
---|
Conditional
Conditional activity.
|
Initiator
Initiator activity.
|
ItemHandler
Item handler activity.
|
Milestone
Milestone activity.
|
Process
Process activity.
|
StartStep
Start step activity.
|
Subprocess
Sub-process activity.
|
Unknown
Unknown activity.
|
User
User activity.
|
Modifier and Type | Method and Description |
---|---|
static ActivitySubtype |
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 ActivitySubtype |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivitySubtype[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActivitySubtype Conditional
public static final ActivitySubtype Initiator
public static final ActivitySubtype ItemHandler
public static final ActivitySubtype Milestone
public static final ActivitySubtype Process
public static final ActivitySubtype StartStep
public static final ActivitySubtype Subprocess
public static final ActivitySubtype Unknown
public static final ActivitySubtype User
public static ActivitySubtype[] values()
for (ActivitySubtype c : ActivitySubtype.values()) System.out.println(c);
public static ActivitySubtype 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 ActivitySubtype fromString(String s)
© Copyright 2017 OpenText Corp. All Rights Reserved.