| Package | Description | 
|---|---|
| org.opennms.reporting.availability | 
| Modifier and Type | Method and Description | 
|---|---|
CatSections[] | 
Category.getCatSections()
Method getCatSections.Returns the contents of the collection in an Array. 
 | 
CatSections | 
Category.getCatSections(int index)
Method getCatSections. 
 | 
CatSections | 
Category.removeCatSectionsAt(int index)
Method removeCatSectionsAt. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Enumeration<CatSections> | 
Category.enumerateCatSections()
Method enumerateCatSections. 
 | 
List<CatSections> | 
Category.getCatSectionsCollection()
Method getCatSectionsCollection.Returns a reference to 'catSectionsList'. 
 | 
Iterator<CatSections> | 
Category.iterateCatSections()
Method iterateCatSections. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Category.addCatSections(CatSections vCatSections)  | 
void | 
Category.addCatSections(int index,
              CatSections vCatSections)  | 
boolean | 
Category.removeCatSections(CatSections vCatSections)
Method removeCatSections. 
 | 
void | 
Category.setCatSections(CatSections[] vCatSectionsArray)  | 
void | 
Category.setCatSections(int index,
              CatSections vCatSections)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Category.setCatSections(List<CatSections> vCatSectionsList)
Sets the value of 'catSectionsList' by copying the given Vector. 
 | 
void | 
Category.setCatSectionsCollection(List<CatSections> catSectionsList)
Deprecated.   
 | 
Copyright © 2020. All rights reserved.