Package | Description |
---|---|
org.opennms.reporting.availability |
Modifier and Type | Method and Description |
---|---|
Section[] |
CatSections.getSection()
Method getSection.Returns the contents of the collection in
an Array.
|
Section |
CatSections.getSection(int index)
Method getSection.
|
Section |
CatSections.removeSectionAt(int index)
Method removeSectionAt.
|
static Section |
Section.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Section> |
CatSections.enumerateSection()
Method enumerateSection.
|
List<Section> |
CatSections.getSectionCollection()
Method getSectionCollection.Returns a reference to
'_sectionList'.
|
Iterator<Section> |
CatSections.iterateSection()
Method iterateSection.
|
Modifier and Type | Method and Description |
---|---|
void |
CatSections.addSection(int index,
Section vSection) |
void |
CatSections.addSection(Section vSection) |
boolean |
CatSections.removeSection(Section vSection)
Method removeSection.
|
void |
CatSections.setSection(int index,
Section vSection) |
void |
CatSections.setSection(Section[] vSectionArray) |
Modifier and Type | Method and Description |
---|---|
void |
CatSections.setSection(List<Section> vSectionList)
Sets the value of '_sectionList' by copying the given
Vector.
|
void |
CatSections.setSectionCollection(List<Section> sectionList)
Deprecated.
|
Copyright © 2017. All rights reserved.