public static enum DHXTimeSpan.DHXDayOfWeek extends java.lang.Enum<DHXTimeSpan.DHXDayOfWeek>
Enum Constant and Description |
---|
FRIDAY |
MONDAY |
SATURDAY |
SUNDAY |
THURSDAY |
TUESDAY |
WEDNESDAY |
Modifier and Type | Method and Description |
---|---|
int |
getIntValue() |
static DHXTimeSpan.DHXDayOfWeek |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DHXTimeSpan.DHXDayOfWeek[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DHXTimeSpan.DHXDayOfWeek MONDAY
public static final DHXTimeSpan.DHXDayOfWeek TUESDAY
public static final DHXTimeSpan.DHXDayOfWeek WEDNESDAY
public static final DHXTimeSpan.DHXDayOfWeek THURSDAY
public static final DHXTimeSpan.DHXDayOfWeek FRIDAY
public static final DHXTimeSpan.DHXDayOfWeek SATURDAY
public static final DHXTimeSpan.DHXDayOfWeek SUNDAY
public static DHXTimeSpan.DHXDayOfWeek[] values()
for (DHXTimeSpan.DHXDayOfWeek c : DHXTimeSpan.DHXDayOfWeek.values()) System.out.println(c);
public static DHXTimeSpan.DHXDayOfWeek 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 nullpublic int getIntValue()