| Package | Description | 
|---|---|
| org.opennms.reporting.availability | 
| Modifier and Type | Field and Description | 
|---|---|
Day[] | 
CalendarTableBuilder.m_days  | 
| Modifier and Type | Method and Description | 
|---|---|
Day[] | 
Week.getDay()
Method getDay.Returns the contents of the collection in an Array. 
 | 
Day | 
Week.getDay(int index)
Method getDay. 
 | 
Day | 
Week.removeDayAt(int index)
Method removeDayAt. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Enumeration<Day> | 
Week.enumerateDay()
Method enumerateDay. 
 | 
List<Day> | 
Week.getDayCollection()
Method getDayCollection.Returns a reference to 'dayList'. 
 | 
Iterator<Day> | 
Week.iterateDay()
Method iterateDay. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Week.addDay(Day vDay)  | 
void | 
Week.addDay(int index,
      Day vDay)  | 
boolean | 
Week.removeDay(Day vDay)
Method removeDay. 
 | 
void | 
Week.setDay(Day[] vDayArray)  | 
void | 
Week.setDay(int index,
      Day vDay)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Week.setDay(List<Day> vDayList)
Sets the value of 'dayList' by copying the given Vector. 
 | 
void | 
Week.setDayCollection(List<Day> dayList)
Deprecated.   
 | 
Copyright © 2021. All rights reserved.