public static enum FlowNodeWrapper.NodeType extends Enum<FlowNodeWrapper.NodeType>
| Modifier and Type | Method and Description |
|---|---|
static FlowNodeWrapper.NodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowNodeWrapper.NodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlowNodeWrapper.NodeType STAGE
public static final FlowNodeWrapper.NodeType PARALLEL
public static final FlowNodeWrapper.NodeType STEP
public static FlowNodeWrapper.NodeType[] values()
for (FlowNodeWrapper.NodeType c : FlowNodeWrapper.NodeType.values()) System.out.println(c);
public static FlowNodeWrapper.NodeType 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 © 2016. All rights reserved.