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