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