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