public enum TransitionType extends Enum<TransitionType> implements IServiceDataObject, Serializable
Enum Constant and Description |
---|
False
The link if a conditional activity evaluates to false.
|
Loop
A link to a previous activity.
|
Standard
A standard link from source activity to destination activity.
|
True
The link if a conditional activity evaluates to true.
|
Unknown
An unknown link type.
|
Modifier and Type | Method and Description |
---|---|
static TransitionType |
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 TransitionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransitionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransitionType False
public static final TransitionType Loop
public static final TransitionType Standard
public static final TransitionType True
public static final TransitionType Unknown
public static TransitionType[] values()
for (TransitionType c : TransitionType.values()) System.out.println(c);
public static TransitionType 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 TransitionType fromString(String s)
© Copyright 2017 OpenText Corp. All Rights Reserved.