public static enum SubFlowRef.OnParentComplete extends Enum<SubFlowRef.OnParentComplete>
| Modifier and Type | Method and Description |
|---|---|
static SubFlowRef.OnParentComplete |
fromValue(String value) |
String |
toString() |
String |
value() |
static SubFlowRef.OnParentComplete |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubFlowRef.OnParentComplete[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubFlowRef.OnParentComplete CONTINUE
public static final SubFlowRef.OnParentComplete TERMINATE
public static SubFlowRef.OnParentComplete[] values()
for (SubFlowRef.OnParentComplete c : SubFlowRef.OnParentComplete.values()) System.out.println(c);
public static SubFlowRef.OnParentComplete 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 String toString()
toString in class Enum<SubFlowRef.OnParentComplete>public String value()
public static SubFlowRef.OnParentComplete fromValue(String value)
Copyright © 2020–2023 CNCF. All rights reserved.