public static enum WfVertex.Types extends Enum<WfVertex.Types>
| Enum Constant and Description |
|---|
AndSplit |
Atomic |
Composite |
Join |
LoopSplit |
OrSplit |
Route |
XOrSplit |
| Modifier and Type | Method and Description |
|---|---|
static WfVertex.Types |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WfVertex.Types[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WfVertex.Types Atomic
public static final WfVertex.Types Composite
public static final WfVertex.Types OrSplit
public static final WfVertex.Types XOrSplit
public static final WfVertex.Types AndSplit
public static final WfVertex.Types LoopSplit
public static final WfVertex.Types Join
public static final WfVertex.Types Route
public static WfVertex.Types[] values()
for (WfVertex.Types c : WfVertex.Types.values()) System.out.println(c);
public static WfVertex.Types 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 © 1997–2020 CRISTAL-iSE. All rights reserved.