public static enum StartTime.StartTimeOption extends java.lang.Enum<StartTime.StartTimeOption> implements SoamTime.TimeOption
Modifier and Type | Method and Description |
---|---|
static StartTime.StartTimeOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StartTime.StartTimeOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StartTime.StartTimeOption IMMEDIATE
public static final StartTime.StartTimeOption RELATIVE
public static final StartTime.StartTimeOption ABSOLUTE
public static StartTime.StartTimeOption[] values()
for (StartTime.StartTimeOption c : StartTime.StartTimeOption.values()) System.out.println(c);
public static StartTime.StartTimeOption 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