public static enum Schedule.OptionCase extends java.lang.Enum<Schedule.OptionCase> implements Internal.EnumLite
| Enum Constant and Description |
|---|
OPTION_NOT_SET |
RECURRENCE_PERIOD_DURATION |
| Modifier and Type | Method and Description |
|---|---|
static Schedule.OptionCase |
forNumber(int value) |
int |
getNumber() |
static Schedule.OptionCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Schedule.OptionCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Schedule.OptionCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Schedule.OptionCase RECURRENCE_PERIOD_DURATION
public static final Schedule.OptionCase OPTION_NOT_SET
public static Schedule.OptionCase[] values()
for (Schedule.OptionCase c : Schedule.OptionCase.values()) System.out.println(c);
public static Schedule.OptionCase valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null@Deprecated public static Schedule.OptionCase valueOf(int value)
forNumber(int) instead.public static Schedule.OptionCase forNumber(int value)
public int getNumber()
getNumber in interface Internal.EnumLite