public final class ActivationTypeEnum extends Object implements Coded
| Modifier and Type | Field and Description |
|---|---|
static ActivationTypeEnum |
PARALLEL
Routing should process the associated ActionRequests in parallel
|
static ActivationTypeEnum |
PRIORITY_PARALLEL
Routing should process the associated ActionRequests in parallel according to priority
|
static ActivationTypeEnum |
SEQUENTIAL
Routing should process the associated ActionRequests in sequence
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getLabel() |
String |
getName() |
static ActivationTypeEnum |
lookupCode(String code)
Parses the code verbatim and returns the enum type that matches that code exactly
|
static ActivationTypeEnum |
parse(String string)
Parses the string and returns the enum type whose code, name, or label
matches the string regardless of case
|
String |
toString() |
public static final ActivationTypeEnum SEQUENTIAL
public static final ActivationTypeEnum PARALLEL
public static final ActivationTypeEnum PRIORITY_PARALLEL
public static ActivationTypeEnum lookupCode(String code)
code - the activation type codeIllegalArgumentException - if code is null, or invalidpublic static ActivationTypeEnum parse(String string)
string - the activation type stringIllegalArgumentException - if string is null, or invalidCopyright © 2005–2017 The Kuali Foundation. All rights reserved.