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