public static enum Axis.WeekDay extends Enum<Axis.WeekDay>
Axis.setStartOfWeek(Axis.WeekDay).| Enum Constant and Description |
|---|
FRIDAY |
MONDAY |
SATURDAY |
SUNDAY |
THURSDAY |
TUESDAY |
WEDNESDAY |
| Modifier and Type | Method and Description |
|---|---|
Number |
toNumber() |
static Axis.WeekDay |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Axis.WeekDay[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Axis.WeekDay SUNDAY
public static final Axis.WeekDay MONDAY
public static final Axis.WeekDay TUESDAY
public static final Axis.WeekDay WEDNESDAY
public static final Axis.WeekDay THURSDAY
public static final Axis.WeekDay FRIDAY
public static final Axis.WeekDay SATURDAY
public static Axis.WeekDay[] values()
for (Axis.WeekDay c : Axis.WeekDay.values()) System.out.println(c);
public static Axis.WeekDay 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 Number toNumber()
Copyright © 2015. All Rights Reserved.