public static enum PlanRetry.ModeEnum extends Enum<PlanRetry.ModeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
PlanRetry.ModeEnum.Adapter |
| Enum Constant and Description |
|---|
CALENDAR |
DEFAULT |
INTERVAL |
NO_RETRY |
| Modifier and Type | Method and Description |
|---|---|
static PlanRetry.ModeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static PlanRetry.ModeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanRetry.ModeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlanRetry.ModeEnum DEFAULT
public static final PlanRetry.ModeEnum INTERVAL
public static final PlanRetry.ModeEnum CALENDAR
public static final PlanRetry.ModeEnum NO_RETRY
public static PlanRetry.ModeEnum[] values()
for (PlanRetry.ModeEnum c : PlanRetry.ModeEnum.values()) System.out.println(c);
public static PlanRetry.ModeEnum 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 getValue()
public String toString()
toString in class Enum<PlanRetry.ModeEnum>public static PlanRetry.ModeEnum fromValue(String text)
Copyright © 2024. All rights reserved.