|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Day | |
---|---|
yarfraw.core.datamodel |
Uses of Day in yarfraw.core.datamodel |
---|
Methods in yarfraw.core.datamodel that return Day | |
---|---|
static Day |
Day.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Day[] |
Day.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in yarfraw.core.datamodel that return types with arguments of type Day | |
---|---|
Set<Day> |
ChannelFeed.getSkipDays()
Rss 2.0 only value is Monday, Tuesday, Wednesday, Thursday, Friday, Saturday or Sunday. |
Methods in yarfraw.core.datamodel with parameters of type Day | |
---|---|
ChannelFeed |
ChannelFeed.addSkipDay(Day... day)
Rss 2.0 only Add a skip day. |
Method parameters in yarfraw.core.datamodel with type arguments of type Day | |
---|---|
ChannelFeed |
ChannelFeed.setSkipDays(Set<Day> skipDays)
Rss 2.0 only value is Monday, Tuesday, Wednesday, Thursday, Friday, Saturday or Sunday. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |