public enum EDateTimePickerDayOfWeek extends Enum<EDateTimePickerDayOfWeek>
| Enum Constant and Description |
|---|
FRIDAY |
MONDAY |
SATURDAY |
SUNDAY |
THURSDAY |
TUESDAY |
WEDNESDAY |
| Modifier and Type | Method and Description |
|---|---|
static EDateTimePickerDayOfWeek |
getFromJavaValueOrNull(int nCalendarValue) |
static EDateTimePickerDayOfWeek |
getFromJodaValueOrNull(int nJodaValue) |
int |
getJSValue() |
static EDateTimePickerDayOfWeek |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EDateTimePickerDayOfWeek[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EDateTimePickerDayOfWeek SUNDAY
public static final EDateTimePickerDayOfWeek MONDAY
public static final EDateTimePickerDayOfWeek TUESDAY
public static final EDateTimePickerDayOfWeek WEDNESDAY
public static final EDateTimePickerDayOfWeek THURSDAY
public static final EDateTimePickerDayOfWeek FRIDAY
public static final EDateTimePickerDayOfWeek SATURDAY
public static EDateTimePickerDayOfWeek[] values()
for (EDateTimePickerDayOfWeek c : EDateTimePickerDayOfWeek.values()) System.out.println(c);
public static EDateTimePickerDayOfWeek 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 null@Nonnegative public int getJSValue()
@Nullable public static EDateTimePickerDayOfWeek getFromJodaValueOrNull(int nJodaValue)
@Nullable public static EDateTimePickerDayOfWeek getFromJavaValueOrNull(int nCalendarValue)
Copyright © 2014–2015 Philip Helger. All rights reserved.