public static enum APIModel.StatusDatumType extends Enum<APIModel.StatusDatumType>
| Enum Constant and Description |
|---|
Cancelled |
Failed |
Killed |
Succeeded |
UnknownState |
| Modifier and Type | Method and Description |
|---|---|
Flow.FlowState |
getFlowState() |
static APIModel.StatusDatumType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIModel.StatusDatumType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APIModel.StatusDatumType UnknownState
public static final APIModel.StatusDatumType Succeeded
public static final APIModel.StatusDatumType Failed
public static final APIModel.StatusDatumType Cancelled
public static final APIModel.StatusDatumType Killed
public static APIModel.StatusDatumType[] values()
for (APIModel.StatusDatumType c : APIModel.StatusDatumType.values()) System.out.println(c);
public static APIModel.StatusDatumType 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 Flow.FlowState getFlowState()
Copyright © 2021. All rights reserved.