@Generated public enum TerminationReasonType extends Enum<TerminationReasonType>
| Enum Constant and Description |
|---|
CLIENT_ERROR |
CLOUD_FAILURE |
SERVICE_FAULT |
SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
static TerminationReasonType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TerminationReasonType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TerminationReasonType CLIENT_ERROR
public static final TerminationReasonType CLOUD_FAILURE
public static final TerminationReasonType SERVICE_FAULT
public static final TerminationReasonType SUCCESS
public static TerminationReasonType[] values()
for (TerminationReasonType c : TerminationReasonType.values()) System.out.println(c);
public static TerminationReasonType 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 nullCopyright © 2024. All rights reserved.