private static enum AbstractNYTExtractor.DayOfWeek extends java.lang.Enum<AbstractNYTExtractor.DayOfWeek>
Enum Constant and Description |
---|
FRIDAY |
MONDAY |
SATURDAY |
SUNDAY |
THURSDAY |
TUESDAY |
WEDNESDAY |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
display |
java.lang.String |
urlStub |
Modifier and Type | Method and Description |
---|---|
static AbstractNYTExtractor.DayOfWeek |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractNYTExtractor.DayOfWeek[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractNYTExtractor.DayOfWeek MONDAY
public static final AbstractNYTExtractor.DayOfWeek TUESDAY
public static final AbstractNYTExtractor.DayOfWeek WEDNESDAY
public static final AbstractNYTExtractor.DayOfWeek THURSDAY
public static final AbstractNYTExtractor.DayOfWeek FRIDAY
public static final AbstractNYTExtractor.DayOfWeek SATURDAY
public static final AbstractNYTExtractor.DayOfWeek SUNDAY
public final java.lang.String urlStub
public final java.lang.String display
public static AbstractNYTExtractor.DayOfWeek[] values()
for (AbstractNYTExtractor.DayOfWeek c : AbstractNYTExtractor.DayOfWeek.values()) System.out.println(c);
public static AbstractNYTExtractor.DayOfWeek 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 nullCopyright 2004-2015 Wandora Team