|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Day | |
|---|---|
| org.jbpm.pvm.internal.cal | a business calendar that knows about business hours. |
| Uses of Day in org.jbpm.pvm.internal.cal |
|---|
| Fields in org.jbpm.pvm.internal.cal declared as Day | |
|---|---|
protected Day |
DayPart.day
|
protected Day[] |
BusinessCalendarImpl.days
array that contains the weekdays in the index as specified by Calendar.SUNDAY (=1),
Calendar.MONDAY (=2),... |
| Methods in org.jbpm.pvm.internal.cal that return Day | |
|---|---|
protected Day |
BusinessCalendarImpl.findDay(java.util.Date date)
|
Day |
DayPart.getDay()
|
Day[] |
BusinessCalendarImpl.getDays()
|
| Methods in org.jbpm.pvm.internal.cal with parameters of type Day | |
|---|---|
void |
DayPart.setDay(Day day)
|
void |
BusinessCalendarImpl.setDays(Day[] days)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||