public enum FlowChartElementsEnum extends java.lang.Enum<FlowChartElementsEnum>
| Enum Constant | Description |
|---|---|
Decision |
|
OnPageReference |
|
Process |
|
Start1 |
|
Start2 |
|
Terminator |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Class<?> |
getImplClass() |
|
static FlowChartElementsEnum |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static FlowChartElementsEnum[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlowChartElementsEnum Start1
public static final FlowChartElementsEnum Start2
public static final FlowChartElementsEnum Terminator
public static final FlowChartElementsEnum Process
public static final FlowChartElementsEnum Decision
public static final FlowChartElementsEnum OnPageReference
public static FlowChartElementsEnum[] values()
for (FlowChartElementsEnum c : FlowChartElementsEnum.values()) System.out.println(c);
public static FlowChartElementsEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.Class<?> getImplClass()
Copyright © 2019 SMYLD. All rights reserved.