Package | Description |
---|---|
net.sf.mmm.util.date.api |
Provides the API for utilities that help to deal with date and time.
|
Modifier and Type | Field and Description |
---|---|
private Set<Weekday> |
WeekdaySet.set |
Modifier and Type | Method and Description |
---|---|
Weekday |
Weekday.add(int days)
|
static Weekday |
Weekday.fromCalendar(Calendar calendar)
This method gets the
Weekday from the given calendar . |
static Weekday |
Weekday.fromCalendarId(int calendarId)
This method gets the
Weekday from the given calendar . |
static Weekday |
Weekday.fromValue(String value)
This method gets the
Weekday for the given value . |
Weekday |
Weekday.getNext()
|
Weekday |
WeekdaySet.getNextMatch(Weekday weekday)
|
Weekday |
Weekday.getPrevious()
|
static Weekday |
Weekday.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Weekday[] |
Weekday.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<Weekday> |
WeekdaySet.getSet()
|
Modifier and Type | Method and Description |
---|---|
boolean |
WeekdaySet.contains(Weekday weekday)
This method determines if this
WeekdaySet contains the given Weekday . |
private static int |
WeekdaySet.encode(Weekday... weekdays)
This method encodes the given
set to a bit-mask for WeekdaySet.getValue() . |
Weekday |
WeekdaySet.getNextMatch(Weekday weekday)
|
Modifier and Type | Method and Description |
---|---|
private static int |
WeekdaySet.encode(Set<Weekday> set)
This method encodes the given
set to a bit-mask for WeekdaySet.getValue() . |
Constructor and Description |
---|
WeekdaySet(Weekday... weekdays)
The constructor.
|
Constructor and Description |
---|
WeekdaySet(Set<Weekday> set)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.