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.
|
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 © 2021. All rights reserved.