Package | Description |
---|---|
org.opennms.report.availability |
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.
|
static Day |
Day.unmarshal(Reader reader)
Method unmarshal.
|
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 © 2017. All rights reserved.