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