Package | Description |
---|---|
org.opennms.report.inventory |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
GroupSet[] |
RwsNbinventoryreport.getGroupSet()
Method getGroupSet.Returns the contents of the collection in an Array.
|
GroupSet |
RwsNbinventoryreport.getGroupSet(int index)
Method getGroupSet.
|
GroupSet |
RwsNbinventoryreport.removeGroupSetAt(int index)
Method removeGroupSetAt.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<GroupSet> |
RwsNbinventoryreport.enumerateGroupSet()
Method enumerateGroupSet.
|
List<GroupSet> |
RwsNbinventoryreport.getGroupSetCollection()
Method getGroupSetCollection.Returns a reference to 'groupSetList'.
|
Iterator<GroupSet> |
RwsNbinventoryreport.iterateGroupSet()
Method iterateGroupSet.
|
Modifier and Type | Method and Description |
---|---|
void |
RwsNbinventoryreport.addGroupSet(GroupSet vGroupSet) |
void |
RwsNbinventoryreport.addGroupSet(int index,
GroupSet vGroupSet) |
boolean |
RwsNbinventoryreport.removeGroupSet(GroupSet vGroupSet)
Method removeGroupSet.
|
void |
RwsNbinventoryreport.setGroupSet(GroupSet[] vGroupSetArray) |
void |
RwsNbinventoryreport.setGroupSet(int index,
GroupSet vGroupSet) |
Modifier and Type | Method and Description |
---|---|
void |
RwsNbinventoryreport.setGroupSet(List<GroupSet> vGroupSetList)
Sets the value of 'groupSetList' by copying the given Vector.
|
void |
RwsNbinventoryreport.setGroupSetCollection(List<GroupSet> groupSetList)
Deprecated.
|
Copyright © 2021. All rights reserved.